diff --git a/README.md b/README.md index f6d1a8906fada5dd7bb5676b3bdf089f9cbe5b8f..e8397697b83246896218241e84323e4c43d06bf7 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,5 @@ ## HTTP Negotiation -## Installation - -```shell -go get gitlab.schukai.com/oss/libraries/go/network/http-negotiation -``` - -**Note:** This library uses [Go Modules](https://github.com/golang/go/wiki/Modules) to manage dependencies. - ## What do this library? This library provides a simple way to negotiate the content type of HTTP request. @@ -19,6 +11,14 @@ It supports: * [x] [Accept-Charset](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Charset) * [x] [Accept-Encoding](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Encoding) +## Installation + +```shell +go get gitlab.schukai.com/oss/libraries/go/network/http-negotiation +``` + +**Note:** This library uses [Go Modules](https://github.com/golang/go/wiki/Modules) to manage dependencies. + ## Usage ### Content Negotiation @@ -155,4 +155,4 @@ Please make sure to update tests as appropriate. ## License -[AGPL-3.0](https://choosealicense.com/licenses/agpl-3.0/) \ No newline at end of file +[AGPL-3.0](https://choosealicense.com/licenses/agpl-3.0/)