From 61a76a60d93663890f5e7ec12d31b7074e52896e Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Tue, 4 Oct 2022 20:26:21 +0700 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 4cfd4b2..171754e 100644 --- a/readme.md +++ b/readme.md @@ -205,7 +205,7 @@ Explicit 256/Truecolor mode can be enabled using the `--color=256` and `--color= All supported style strings are exposed as an array of strings for convenience. `colors` is the combination of `foregroundColors` and `backgroundColors`. -This is useful when checking if a style string is supported: +This can be useful if you wrap Chalk and need to validate input: ```js import {modifiers, foregroundColors} from 'chalk';