adjust list of RGB models

This commit is contained in:
Josh Junon 2017-01-17 04:01:15 -08:00
parent e23e9e80f7
commit 5c9f1e1f3e

View file

@ -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