Skip to content

Commit a454ed0

Browse files
committed
👌 fix typo
1 parent 97d39b6 commit a454ed0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Optional arguments:
129129
yaml2json myfile.yml
130130

131131
# Store output inside a JSON file
132-
yaml2json myfile.yml > ouput.json
132+
yaml2json myfile.yml > output.json
133133

134134
# Output "pretty" (indented) JSON
135135
yaml2json myfile.yml --pretty
@@ -141,7 +141,7 @@ yaml2json myfile.yml --pretty --save
141141
yaml2json mydirectory --pretty --save --recursive
142142

143143
# Convert JSON to YAML and store output inside a JSON file
144-
json2yaml myfile.json > ouput.yml
144+
json2yaml myfile.json > output.yml
145145

146146
# Output YAML that will be inlined only after 8 levels of indentation
147147
json2yaml myfile.json --depth 8

0 commit comments

Comments
 (0)