summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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