Merge pull request #293 from karel1980/typo1

Typo fix
This commit is contained in:
Armon Dadgar 2015-06-01 17:26:16 +02:00
commit 63b3a4f61e

View file

@ -58,7 +58,7 @@ machine (version 1.4+ is *required*).
For local dev first make sure Go is properly installed, including setting up a
[GOPATH](https://golang.org/doc/code.html#GOPATH). After setting up Go, you can
downlaod the required build tools such as vet, cover, godep etc by bootstrapping
download the required build tools such as vet, cover, godep etc by bootstrapping
your environment.
```sh