From 293ad39f4bcf326186dd917d8bc58d3964e5e4d6 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Tue, 6 Apr 2021 16:48:31 -0700 Subject: [PATCH] typo fix --- README.md | 2 +- templates/readme_template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aafa8be3..ad1d4651 100644 --- a/README.md +++ b/README.md @@ -203,7 +203,7 @@ The JSON output can be compact (default) or pretty formatted with the `-p` optio - `-m` monochrome JSON output - `-p` pretty format the JSON output - `-q` quiet mode. Suppresses parser warning messages -- `-r` raw output. Provides a more literal JSON output, typically with strings values and no additional semantic processing +- `-r` raw output. Provides a more literal JSON output, typically with string values and no additional semantic processing - `-v` version information ### Setting Custom Colors via Environment Variable diff --git a/templates/readme_template b/templates/readme_template index 7e6534f4..4d16fced 100644 --- a/templates/readme_template +++ b/templates/readme_template @@ -134,7 +134,7 @@ The JSON output can be compact (default) or pretty formatted with the `-p` optio - `-m` monochrome JSON output - `-p` pretty format the JSON output - `-q` quiet mode. Suppresses parser warning messages -- `-r` raw output. Provides a more literal JSON output, typically with strings values and no additional semantic processing +- `-r` raw output. Provides a more literal JSON output, typically with string values and no additional semantic processing - `-v` version information ### Setting Custom Colors via Environment Variable