From 83252ac217090ff99519e4e1e94663430f72b8c0 Mon Sep 17 00:00:00 2001 From: Lokesh Dhakar Date: Sun, 23 Jun 2013 22:34:11 -0700 Subject: [PATCH] Updated read me --- README.markdown | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index eae7cce..0607e18 100644 --- a/README.markdown +++ b/README.markdown @@ -17,7 +17,10 @@ getColor(sourceImage[, quality]) returns {r: num, g: num, b: num} ``` -###Build a 8 color palette from an image +###Build a color palette from an image + +In this example, we build an 8 color palette. + ```js var colorThief = new ColorThief(); colorThief.getPalette(sourceImage, 8);