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 4ea1e60 + a454ed0 commit 62c012cCopy full SHA for 62c012c
README.md
@@ -129,7 +129,7 @@ Optional arguments:
129
yaml2json myfile.yml
130
131
# Store output inside a JSON file
132
-yaml2json myfile.yml > ouput.json
+yaml2json myfile.yml > output.json
133
134
# Output "pretty" (indented) JSON
135
yaml2json myfile.yml --pretty
@@ -141,7 +141,7 @@ yaml2json myfile.yml --pretty --save
141
yaml2json mydirectory --pretty --save --recursive
142
143
# Convert JSON to YAML and store output inside a JSON file
144
-json2yaml myfile.json > ouput.yml
+json2yaml myfile.json > output.yml
145
146
# Output YAML that will be inlined only after 8 levels of indentation
147
json2yaml myfile.json --depth 8
0 commit comments