Skip to content

Commit

Permalink
docs: fix usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinfreund committed Nov 23, 2023
1 parent 2a2e63b commit baba4f2
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 @@ -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:
Expand Down

0 comments on commit baba4f2

Please sign in to comment.