diff --git a/README.md b/README.md index a151d43..beb8854 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ With **colors.js** (~8.7k or way smaller if other color spaces and complex calcu If you like it, don't be shy to click the ★ Star button ;o) ##Demo & integration -See **demo** at [dematte.at/cpn](http://dematte.at/cpn) or check out a simple jQuery integration at [dematte.at/cpn/jQuery_implementation](http://www.dematte.at/cpn/jQuery_implementation/) and [jQuery_implementation/jqColor.js](jQuery_implementation) +See **demo** at [dematte.at/cpn](http://dematte.at/cpn) or check out a simple jQuery integration at [dematte.at/cpn/jQuery_implementation](http://www.dematte.at/cpn/jQuery_implementation/) and [jQuery_implementation/jqColor.js](jQuery_implementation) or the javaScript implementation at [dematte.at/cpn/javaScript_implementation](http://www.dematte.at/cpn/javaScript_implementation/) and [javascript_implementation/jsColor.js](jQuery_implementation) diff --git a/index.html b/index.html index 64d1d1a..c2c6d5c 100644 --- a/index.html +++ b/index.html @@ -56,7 +56,7 @@
Demo patches: demonstrate how to build color pickers and how Colors' / ColorPicker's API work. Patches are linked to -

See a simple jQuery implementation preview here

+

See a simple jQuery implementation preview here or a simple javaScript implementation preview here