From dd0bffaef54416066f1f118bb9dffb78744426dc Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Mon, 12 Sep 2022 09:55:51 +0200 Subject: [PATCH] bugfix doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e595457..28761cd 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Installation ```shell -go get gitlab.schukai.com/oss/libraries/go/application/http-negotiation +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. -- GitLab