From c87b722aec6e6964c516bbb8e80667ad7d9c6bc7 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Sun, 12 Apr 2020 13:23:58 -0700 Subject: [PATCH] spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49102b24..c07b6acd 100755 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ The JSON output can be compact (default) or pretty formatted with the `-p` optio ### 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: ``` -JELLO_COLORS=,,, +JC_COLORS=,,, ``` Where colors are: `black`, `red`, `green`, `yellow`, `blue`, `magenta`, `cyan`, `gray`, `brightblack`, `brightred`, `brightgreen`, `brightyellow`, `brightblue`, `brightmagenta`, `brightcyan`, `white`, or `default`