Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
pm-michael committed Dec 24, 2022
1 parent 0e14825 commit 7426228
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ It is a lightweight (~4kb gzipped) and modern library, and features full support
**Using NPM**

```
npm i frostcolor
npm i @fr0st/color
```

In Node.js:

```javascript
import Color from 'frostcolor';
import Color from '@fr0st/color';
```


Expand Down

0 comments on commit 7426228

Please sign in to comment.