Skip to content

Commit c32e7b0

Browse files
committed
Update README.md
1 parent d7d01d7 commit c32e7b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ The following methods will return a property for the `alpha` value, which can be
200200
var color = tinycolor("red");
201201
color.toHsvString(); // "hsv(0, 100%, 100%)"
202202
color.setAlpha(0.5);
203-
color.toHsvString(); // "hsla(0, 100%, 100%, 0.5)"
203+
color.toHsvString(); // "hsva(0, 100%, 100%, 0.5)"
204204

205205
### toHsl
206206

0 commit comments

Comments
 (0)