From e44ebb91ab0e7ef73f5c283e8d44305e890b993e Mon Sep 17 00:00:00 2001 From: Karel Vervaeke Date: Mon, 1 Jun 2015 15:29:20 +0200 Subject: [PATCH] Typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cdbbf1e806..0a67e367fb 100644 --- a/README.md +++ b/README.md @@ -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