]> git.lizzy.rs Git - micro.git/commitdiff
Fix typo in readme
authorZachary Yedidia <zyedidia@gmail.com>
Tue, 24 Oct 2017 02:26:45 +0000 (22:26 -0400)
committerZachary Yedidia <zyedidia@gmail.com>
Tue, 24 Oct 2017 02:26:45 +0000 (22:26 -0400)
README.md

index 7ca43d70c7be503917265686cf750dc5924e0a19..661381c331cc2a4fa19d2bf471444cd1c6d09415 100644 (file)
--- a/README.md
+++ b/README.md
@@ -105,7 +105,7 @@ pkg_add -v micro
 
 If your operating system does not have a binary release, but does run Go, you can build from source.
 
-Make sure that you have Go version 1.5 or greater (Go 1.4 will work if your version supports CGO) and that your `GOPATH` env variable is set (I recommand setting it to `~/go` if you don't have one).
+Make sure that you have Go version 1.5 or greater (Go 1.4 will work if your version supports CGO) and that your `GOPATH` env variable is set (I recommend setting it to `~/go` if you don't have one).
 
 ```
 go get -d github.com/zyedidia/micro/cmd/micro