Skip to content

Commit

Permalink
Fix the usage example (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Richienb authored Dec 21, 2020
1 parent 3e81019 commit 9407e74
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 @@ -13,7 +13,7 @@ $ npm install array-shuffle
## Usage

```js
const arrayShuffled = require('array-shuffled');
const arrayShuffle = require('array-shuffle');

const shuffled = arrayShuffle([1, 2, 3, 4, 5, 6]);
//=> [3, 5, 4, 1, 2, 6]
Expand Down

0 comments on commit 9407e74

Please sign in to comment.