From 74515003afe1314aaa9afd44beca8cfe9b3aaab7 Mon Sep 17 00:00:00 2001 From: Qingshan Luo Date: Mon, 14 Oct 2019 17:55:23 +0800 Subject: [PATCH] Update README.md Fix typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc7ab64..a61e8ec 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ A global proxy for go modules. see: [https://goproxy.io](https://goproxy.io) ./bin/goproxy -listen=0.0.0.0:80 -cacheDir=/tmp/test - If you run `go get -v pkg` in the proxy machine, shuold set a new GOPATH which is not different from the old GOPATH, or mayebe deadlock. + If you run `go get -v pkg` in the proxy machine, should set a new GOPATH which is not different from the old GOPATH, or mayebe deadlock. See the file test/get_test.sh. ### Router mode