Skip to content

Commit 9407e74

Browse files
authored
Fix the usage example (#3)
1 parent 3e81019 commit 9407e74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $ npm install array-shuffle
1313
## Usage
1414

1515
```js
16-
const arrayShuffled = require('array-shuffled');
16+
const arrayShuffle = require('array-shuffle');
1717

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

0 commit comments

Comments
 (0)