diff --git a/README.md b/README.md index f508d7d..955b5e9 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,11 @@ and [id3v2.4](http://id3.org/id3v2.4.0-structure) tags. ## explanation -Whilst putting together a simple single-streaming music application, there was a need to have a simple and comprehensive -tag processor. To be more cross-platform and readily available, this side-project was born to suit the purpose. A -library is provided for other project usage, along with binary for specific command-line usage when required. +Whilst putting together a simple single-streaming music application, there was +a need to have a simple and comprehensive tag processor. To be more +cross-platform and readily available, this side-project was born to suit the +purpose. A library is provided for other project usage, along with binary for +specific command-line usage when required. ## requirements @@ -23,6 +25,7 @@ library is provided for other project usage, along with binary for specific comm ## installation -Standard installation is simply using ``go get github.com/cloudcloud/go-id3/...`` to import the libraries and compile -the binaries. Your go environment will need to be correctly configured and available for this to function correctly though. +Standard installation is using ``go get github.com/cloudcloud/go-id3/...`` to +import the libraries and compile the binaries. Your go environment will need +to be correctly configured and available for this to function correctly though.