aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-git@kesim.org>2023-06-20 12:34:24 +0200
committerÖzgür Kesim <oec-git@kesim.org>2023-06-20 12:34:24 +0200
commitdfc8a40e5183a39fe85423fc55af907427042cde (patch)
tree4f12eaa6dcd4d2f0b8c970bfe982b905be820e05
parentf8c6f74e2fa4d0fbf007446b3454f08348640148 (diff)
Typo fixed
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c398132..6a8dc98 100644
--- a/README.md
+++ b/README.md
@@ -26,5 +26,5 @@ Usage of ./goosebumps:
-mod string
go.mod file (default "go.mod")
-modcache string
- location of go mod cache (default "$GOROOT/pkg/mod")
+ location of go mod cache (default "$GOPATH/pkg/mod")
```