From 6a34b0212c7c79afe4fd08e3c852b3bdbe1fda0b Mon Sep 17 00:00:00 2001
From: Volker Schukai <volker.schukai@schukai.com>
Date: Sun, 18 Dec 2022 15:24:53 +0000
Subject: [PATCH] Update README.md

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index bb8c233..5be5598 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"
 )
 
 ```
-- 
GitLab