summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJérémy Faivre <contact@jeremyfa.com>2017-12-12 13:44:25 +0100
committerGitHub <noreply@github.com>2017-12-12 13:44:25 +0100
commitd3e1d7b11a9f9eea928fd1b9e4d605e4d69fd610 (patch)
tree1e2340e6fad31677806533d68fd6e233dc843e4d
parent5915bbe6062088f8a8db643cfca631c966cbf0db (diff)
parentfddaa8d80fa1bffefd7a9f8ed3921ac5e3ea8680 (diff)
downloadyamljs-d3e1d7b11a9f9eea928fd1b9e4d605e4d69fd610.tar.gz
Merge pull request #101 from kamoroso94/patch-1
Correct typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7d0a48f..235a566 100644
--- a/README.md
+++ b/README.md
@@ -140,7 +140,7 @@ yaml2json myfile.yml --pretty --save
# Watch a full directory and convert any YAML file into its JSON equivalent
yaml2json mydirectory --pretty --save --recursive
-# Convert JSON to YAML and store output inside a JSON file
+# Convert JSON to YAML and store output inside a YAML file
json2yaml myfile.json > output.yml
# Output YAML that will be inlined only after 8 levels of indentation