From df150a90d47b889d1acafed432b72cc76055ebab Mon Sep 17 00:00:00 2001 From: Abishek R Srikaanth Date: Fri, 14 Aug 2015 21:17:44 +0530 Subject: [PATCH] Added info to load library from CDN Added info to load library from CDN. The library is now configured to be loaded from jsdelivr. The library will automatically be pulled every time a release is made. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 851ff39..2d0b95c 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,12 @@ Then just include it in the page in a `script` tag: var color = tinycolor("red"); +## Including it from CDN + +[JsDelivr](http://www.jsdelivr.com/#!tinycolor) + + + ## Including in node `tinycolor` may also be included as a [node](http://nodejs.org/) module like so: