summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Amoroso <kamoroso1994@gmail.com>2017-11-05 17:51:16 -0500
committerGitHub <noreply@github.com>2017-11-05 17:51:16 -0500
commitfddaa8d80fa1bffefd7a9f8ed3921ac5e3ea8680 (patch)
tree1e2340e6fad31677806533d68fd6e233dc843e4d
parent5915bbe6062088f8a8db643cfca631c966cbf0db (diff)
downloadyamljs-fddaa8d80fa1bffefd7a9f8ed3921ac5e3ea8680.tar.gz
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