From 7454b53e395e9122c00d4cf06b1c2af109913d7a Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Sun, 12 Apr 2020 13:13:28 -0700 Subject: [PATCH] formatting --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index c0729645..49102b24 100755 --- a/README.md +++ b/README.md @@ -145,9 +145,7 @@ The JSON output can be compact (default) or pretty formatted with the `-p` optio - `-r` raw output. Provides a more literal JSON output with all values as text and no additional sematic processing ### Setting Custom Colors via Environment Variable -You can specify custom colors via the `JC_COLORS` environment variable. - -The `JC_COLORS` environment variable takes four comma separated string values in the following format: +You can specify custom colors via the `JC_COLORS` environment variable. The `JC_COLORS` environment variable takes four comma separated string values in the following format: ``` JELLO_COLORS=,,, ```