From 5f25ce80211708eedc206c69b9404a4a599c4b71 Mon Sep 17 00:00:00 2001 From: Alexei Boronine Date: Sat, 17 Dec 2016 03:21:59 +0800 Subject: [PATCH] README tweak --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e4faef..ff62053 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Like above, but returns a list of 3 floats between 0 and 1, for each RGB channel Takes a hex string and returns the HSLuv color as a list of floats as defined above. -**rgb_to_hsluv(red, green, blue)** +**rgb_to_hsluv([red, green, blue])** Like above, but `red`, `green` and `blue` are passed as floats between 0 and 1.