From 288717451f4057f4aa93f7ae99ddc0f44f719ffb Mon Sep 17 00:00:00 2001 From: Zachary Yedidia Date: Mon, 23 Oct 2017 22:26:45 -0400 Subject: [PATCH] Fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ca43d70..661381c3 100644 --- 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