summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuntur <poetra.guntur@gmail.com>2016-10-19 22:26:39 +0700
committerGuntur <poetra.guntur@gmail.com>2016-10-19 22:26:39 +0700
commita454ed01e67eb157a6c2f14d4110a8d130231786 (patch)
treeb639d66d5cf1642742934e4e237e9a64397592fd
parent97d39b6c2bf533d33538205a399638b63f6baa66 (diff)
downloadyamljs-a454ed01e67eb157a6c2f14d4110a8d130231786.tar.gz
👌 fix typo
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d3fae46..8159b6b 100644
--- a/README.md
+++ b/README.md
@@ -129,7 +129,7 @@ Optional arguments:
yaml2json myfile.yml
# Store output inside a JSON file
-yaml2json myfile.yml > ouput.json
+yaml2json myfile.yml > output.json
# Output "pretty" (indented) JSON
yaml2json myfile.yml --pretty
@@ -141,7 +141,7 @@ yaml2json myfile.yml --pretty --save
yaml2json mydirectory --pretty --save --recursive
# Convert JSON to YAML and store output inside a JSON file
-json2yaml myfile.json > ouput.yml
+json2yaml myfile.json > output.yml
# Output YAML that will be inlined only after 8 levels of indentation
json2yaml myfile.json --depth 8