Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmywarting committed Aug 7, 2021
1 parent 5dbf9f1 commit d05a353
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 @@ -4,7 +4,7 @@ A JSON with color names and its values. Based on http://dev.w3.org/csswg/css-col


```js
var colors = require('color-name');
import colors from 'color-name';
colors.red //[255,0,0]
```

Expand Down

0 comments on commit d05a353

Please sign in to comment.