diff --git a/README.md b/README.md index bb8c233271be85030a3bb3e714094432975d0995..5be5598fe6a3bbfa336cd7f0f17f60df7985d67d 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ It supports: ## Installation ```shell -go get gitlab.schukai.com/oss/libraries/go/network/xflags +go get gitlab.schukai.com/oss/libraries/go/application/xflags ``` **Note:** This library uses [Go Modules](https://github.com/golang/go/wiki/Modules) to manage dependencies. @@ -33,7 +33,7 @@ package main import ( "fmt" "os" - "gitlab.schukai.com/oss/libraries/go/network/xflags" + "gitlab.schukai.com/oss/libraries/go/application/xflags" ) ```