Skip to content

Commit d3e1d7b

Browse files
authored
Merge pull request #101 from kamoroso94/patch-1
Correct typo
2 parents 5915bbe + fddaa8d commit d3e1d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ yaml2json myfile.yml --pretty --save
140140
# Watch a full directory and convert any YAML file into its JSON equivalent
141141
yaml2json mydirectory --pretty --save --recursive
142142

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

146146
# Output YAML that will be inlined only after 8 levels of indentation

0 commit comments

Comments
 (0)