From 5c9f1e1f3e18242a0b0c0b60ab3fa8590a1ed6d3 Mon Sep 17 00:00:00 2001 From: Josh Junon Date: Tue, 17 Jan 2017 04:01:15 -0800 Subject: [PATCH] adjust list of RGB models --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 2bcbff8..9b028f5 100644 --- a/readme.md +++ b/readme.md @@ -212,6 +212,8 @@ For a complete list of color models, see [`color-convert`'s list of conversions] As of this writing, these are the supported color models that are exposed in Chalk: - `rgb` +- `hex` +- `keyword` (CSS keywords) - `hsl` - `hsv` - `hwb` @@ -219,12 +221,10 @@ As of this writing, these are the supported color models that are exposed in Cha - `xyz` - `lab` - `lch` -- `hex` -- `keyword` - `ansi16` - `ansi256` - `hcg` -- `apple` +- `apple` (see [qix-/color-convert#30](https://github.com/Qix-/color-convert/issues/30)) ## Windows