From ee2c0b51cfae239f9cdb3d165344d41106b0c564 Mon Sep 17 00:00:00 2001 From: Jordan Bach Date: Sun, 15 Jan 2017 20:48:04 -0600 Subject: [PATCH] Fix typo in README tomljson installation instructions (#125) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b511f39..167fa1c 100644 --- a/README.md +++ b/README.md @@ -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 ```