From 2cbd98bd270e61251f162aea185ae8e49a07667c Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Sat, 29 Jun 2013 17:43:24 +0200 Subject: Fixed error in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb85fb6..c8bb3db 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@ A simple config file parser for Go. ## Install -To install simpleconf, just call `go install github.com/kch42/simpleconf`. +To install simpleconf, just call `go get github.com/kch42/simpleconf`. -- cgit v1.2.3-54-g00ecf