Skip to content

Commit

Permalink
fixed typo about hex() in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chapuzzo authored and Qix- committed Apr 24, 2020
1 parent 178b438 commit e1e735e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -55,7 +55,7 @@ color.rgbNumber() // 16777215 (0xffffff)
Get the rgb number value.

```js
color.hex() // 0xffffff
color.hex() // #ffffff
```
Get the hex value.

Expand Down

0 comments on commit e1e735e

Please sign in to comment.