diff --git a/README.md b/README.md
index 6c6f4f4..b1c0c72 100644
--- a/README.md
+++ b/README.md
@@ -2,15 +2,15 @@ colorPicker
===========
An advanced color picker (desktop use) using Colors for color conversion / calculation...
-All the W3C 2.0 calculations are also based on alpha levels on all layers
-Supported color spaces: (*: also displayed as colors)
-
- rgb *, hsv(b) *, hsl *, cmyk, cmy, Lab, XYZ, HEX
-
-Convertions of 182 color space combinations (rgb2HSV, RGB2hsl, rgb2RGB, HEX2Lab, ...)
See demo at http://dematte.at/cpn
+All the W3C 2.0 calculations are also based on alpha levels on all layers
+Supported color spaces: (*: also displayed as colors)
+rgb *, hsv(b) *, hsl *, cmyk, cmy, Lab, XYZ, HEX
+
+Convertions of 182 color space combinations (rgb2HSV, RGB2hsl, rgb2RGB, HEX2Lab, ...)
+
var myColors = new Colors({ // all options have a default value... color: 'rgba(204, 82, 37, 0.8)', // initial color (#RGB, RGB, #RRGGBB, RRGGBB, rgb(r, g, b), ...)