From 22e306eb36d37b80cde8b3d02e994076f9524bd5 Mon Sep 17 00:00:00 2001 From: wowo Date: Thu, 26 Apr 2018 19:05:18 +0800 Subject: [PATCH] fixe(README.md):Remove the unnecessary display --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index dd17c51..1d22b2b 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,3 @@ OR: 1. Do not support css3 color:`transparent` and `currentColor`. 2. When `RGBA` is converted to other color value(like `RGB`,`HEX`,`HSL` etc...) it will lose the alpha value. 3. Some values are lost when some precision values are converted to CMYK and HSV, this is the result of the algorithm, so be careful in the process of using it. - -## Update - -- `2.1.0`: Add support for converting hex format to [color name](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value). \ No newline at end of file