diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | go.mod | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -6,7 +6,7 @@ A tiny proxy server. ## Installation ```bash -$ go install github.com/xlg-pkg/proxy-server@latest +$ go install github.com/xlgmokha/proxy-server@latest ``` ## Usage @@ -1,4 +1,4 @@ -module github.com/xlg-pkg/proxy-server +module github.com/xlgmokha/proxy-server go 1.18 |
