From 26863324a841a8283cf882954908a665e00946de Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Sun, 18 Sep 2022 08:20:30 +0200 Subject: [PATCH] documentation --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index f6d1a89..e839769 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/) -- GitLab