diff --git a/README.md b/README.md index 298162d..d335e97 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ Each of the following properties can also be set via its corresponding attribute JavaScript: ```js - colorPicker.color = { h: 0.75, s: 1, l: 0.5, a: 0.8 } + colorPicker.color = { h: 270, s: 100, l: 50, a: 0.8 } ``` HTML: