From 64147c126c8f058d13e5f4f54ea34db4538f382d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Dematt=C3=A9?= Date: Fri, 27 Mar 2015 13:14:27 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9cf96ac..55a57a6 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # tinyColorPicker and colors -Looking for mobile first, tiny foot print, fast, scaleable, flexible and pluggable...
-This 4.9KB (gZip) small (or 10.8KB minified, no HTML, images or css needed) HSB color picker is based on a subset of [colors.js](https://github.com/PitPik/colorPicker/blob/master/colors.js) from it's big brother [colorPicker](https://github.com/PitPik/colorPicker/), supports all modern features like touch and MS pointer, GPU accelerated rendering, battery friendly requestAnimationFrame and provides a lot of hooks for developers to write plugins. +Looking for mobile first, tiny foot print, fast, scaleable, flexible, pluggable and a rich color model...
+This small (4.9KB gZip, 10.8KB minified, no HTML, images or css needed) HSB color picker is based on a subset of [colors.js](https://github.com/PitPik/colorPicker/blob/master/colors.js) from it's big brother [colorPicker](https://github.com/PitPik/colorPicker/) for a precise and rich color model, supports all modern features like touch and MS pointer, GPU accelerated rendering, battery friendly requestAnimationFrame and provides a lot of hooks for developers to write plugins. ##Demo See **demo** at [dematte.at/tinyColorPicker](http://dematte.at/tinyColorPicker)