From e8af095ac4f76fd8f72ce1b999d3c292b99162b8 Mon Sep 17 00:00:00 2001 From: My-khael Pierce Date: Thu, 9 Apr 2015 04:42:53 -0400 Subject: [PATCH] changes to readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b3ddb0..a588ca6 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Command line apps are usually so tiny that there is absolutely no reason why you **This is where cli.go comes into play.** cli.go makes command line programming fun, organized, and expressive! ## Installation -Make sure you have a working Go environment (go 1.1 is *required*). [See the install instructions](http://golang.org/doc/install.html). +Make sure you have a working Go environment (go 1.1 or above is *required*). [See the install instructions](http://golang.org/doc/install.html). To install `cli.go`, simply run: ```