Skip to content

Commit

Permalink
README tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
boronine committed Dec 16, 2016
1 parent 7e30a7f commit 5f25ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 5f25ce8

Please sign in to comment.