From 720786e309f55b865811c148e6fc25b050a2caff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Dematt=C3=A9?= Date: Sat, 16 Jan 2016 16:22:32 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6808bdf..84dac8a 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ myColors: { getColor: function(type) {}, setCustomBackground: function(col) {}, saveAsBackground: function() {}, - convertColor: function(color, type) {} // converts 182 different combinations + convertColor: function(color, type) {} // String type: 'rgb2HSL';... converts 182 different combinations } } ```