Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lamualfa committed Dec 27, 2020
1 parent ccdacb4 commit f1200c0
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 @@ -50,7 +50,7 @@ const { shuffle } = require('carret');
or if you want to import only specific function to reduce the bundle size, please import like this:

```js
const shuffle = require('carret/shuffle)
const shuffle = require('carret/shuffle')
```

## Utilities
Expand Down

0 comments on commit f1200c0

Please sign in to comment.