From dfc8a40e5183a39fe85423fc55af907427042cde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCr=20Kesim?= Date: Tue, 20 Jun 2023 12:34:24 +0200 Subject: [PATCH] Typo fixed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") ```