Fix typo in README tomljson installation instructions (#125)

This commit is contained in:
Jordan Bach
2017-01-15 20:48:04 -06:00
committed by Thomas Pelletier
parent 439fbba1f8
commit ee2c0b51cf
+1 -1
View File
@@ -96,7 +96,7 @@ Go-toml provides two handy command line tools:
* `tomljson`: Reads a TOML file and outputs its JSON representation.
```
go install github.com/pelletier/go-toml/cmd/tomjson
go install github.com/pelletier/go-toml/cmd/tomljson
tomljson --help
```