From a183a7f1fcbb01f91d6228c317a6a7e5e961126c Mon Sep 17 00:00:00 2001 From: CerealBoy Date: Sun, 21 Oct 2018 12:30:13 +1100 Subject: [PATCH] Line endings again and again --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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.