diff options
author | Kevin Chabowski <kevin@kch42.de> | 2013-06-29 17:43:24 +0200 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2013-06-29 17:43:24 +0200 |
commit | 2cbd98bd270e61251f162aea185ae8e49a07667c (patch) | |
tree | 902e2c0c749d20c149e8a99744e11403d8119fdb | |
parent | 98ac6348134f168168736ff8d7206c4a68645406 (diff) | |
download | simpleconf-2cbd98bd270e61251f162aea185ae8e49a07667c.tar.gz simpleconf-2cbd98bd270e61251f162aea185ae8e49a07667c.tar.bz2 simpleconf-2cbd98bd270e61251f162aea185ae8e49a07667c.zip |
Fixed error in README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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`. |