From cd20e199fef52b04c12325d95524b2e24d0cfd61 Mon Sep 17 00:00:00 2001 From: mwcz Date: Sat, 21 Jan 2012 13:03:19 -0500 Subject: [PATCH] typo --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 0ee6ca5..a1acbee 100644 --- a/README.markdown +++ b/README.markdown @@ -1,7 +1,7 @@ median-cut.js ============= -median-cut.js is a JavaScript implementation of the [Median Cut](https://en.wikipedia.org/wiki/Median_cut) algorithm for color quantization. Median cut is typically used to reduce the number of colors in an image, for display . It can be used more generally to find clusters in any 3-dimensional data set. +median-cut.js is a JavaScript implementation of the [Median Cut](https://en.wikipedia.org/wiki/Median_cut) algorithm for color quantization. Median cut is typically used to reduce the number of colors in an image. It can be used more generally to find clusters in any 3-dimensional data set. Median cut is also useful for finding a color palette that "represents" an image.