We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5915bbe + fddaa8d commit d3e1d7bCopy full SHA for d3e1d7b
README.md
@@ -140,7 +140,7 @@ yaml2json myfile.yml --pretty --save
140
# Watch a full directory and convert any YAML file into its JSON equivalent
141
yaml2json mydirectory --pretty --save --recursive
142
143
-# Convert JSON to YAML and store output inside a JSON file
+# Convert JSON to YAML and store output inside a YAML file
144
json2yaml myfile.json > output.yml
145
146
# Output YAML that will be inlined only after 8 levels of indentation
0 commit comments