Skip to content

Commit fddaa8d

Browse files
authored
Correct typo
1 parent 5915bbe commit fddaa8d

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)