From d8078ed803335d2e8e9495470364a27cae04d2a3 Mon Sep 17 00:00:00 2001 From: bogem Date: Sat, 27 Aug 2016 14:21:46 +0500 Subject: [PATCH] Complete description about id3v2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cbbbb34..9be51f5c 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [gaad](https://github.com/Comcast/gaad) - A native Go AAC bitstream parser * [go-sox](https://github.com/krig/go-sox) - libsox bindings for go. * [go_mediainfo](https://github.com/zhulik/go_mediainfo) - libmediainfo bindings for go. -* [id3v2](https://github.com/bogem/id3v2) - Fast and stable ID3 writing library for Go +* [id3v2](https://github.com/bogem/id3v2) - Fast and stable ID3 parsing and writing library for Go * [mix](https://github.com/go-mix/mix) - Sequence-based Go-native audio mixer for music apps. * [mp3](https://github.com/tcolgate/mp3) - A native Go MP# decoder. * [music-theory](https://github.com/go-music-theory/music-theory) - Music theory models in Go.