From fddaa8d80fa1bffefd7a9f8ed3921ac5e3ea8680 Mon Sep 17 00:00:00 2001 From: Kyle Amoroso Date: Sun, 5 Nov 2017 17:51:16 -0500 Subject: Correct typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d0a48f..235a566 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ yaml2json myfile.yml --pretty --save # Watch a full directory and convert any YAML file into its JSON equivalent yaml2json mydirectory --pretty --save --recursive -# Convert JSON to YAML and store output inside a JSON file +# Convert JSON to YAML and store output inside a YAML file json2yaml myfile.json > output.yml # Output YAML that will be inlined only after 8 levels of indentation -- cgit v1.2.1