diff options
Diffstat (limited to 'test/README.md')
-rw-r--r-- | test/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/README.md b/test/README.md index 78fb52cab..26d7a5444 100644 --- a/test/README.md +++ b/test/README.md @@ -14,7 +14,7 @@ The dependencies for integration really consists of three things: The following instructions assume your GOPATH is ~/go. Adjust as needed for your environment. -### Installing ginko +### Installing ginkgo Fetch and build ginkgo with the following command: ``` GOPATH=~/go go get -u github.com/onsi/ginkgo/ginkgo |