From 166d421424c77722ab762adb65a0e2a7fcf8b8e0 Mon Sep 17 00:00:00 2001 From: Roman Levin Date: Mon, 18 Sep 2017 14:59:40 +0200 Subject: [PATCH] Fix typo in README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "for" → "fork" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba6d691..3e4c437 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ To update Ax to the latest and greatest, just rerun the command above. ## Development -After the above `go get` call, you will have a git checkout of the repo under `$GOPATH/src/github.com/egnyte/ax`. If you want to work on Ax, just for the repo and update `.git/config` appropriately. +After the above `go get` call, you will have a git checkout of the repo under `$GOPATH/src/github.com/egnyte/ax`. If you want to work on Ax, just fork the repo and update `.git/config` appropriately. To run tests: