Fix package name in readme

pull/111/head
Glen Cheney 8 years ago
parent 5a1703dd3c
commit a8a6274ff6

@ -13,7 +13,7 @@ Shuffle is also available on bower as `shufflejs`.
### Usage (with CommonJS) ### Usage (with CommonJS)
```js ```js
var Shuffle = require('shuffle'); var Shuffle = require('shufflejs');
var myShuffle = new Shuffle(document.getElementById('grid'), { var myShuffle = new Shuffle(document.getElementById('grid'), {
itemSelector: '.js-item', itemSelector: '.js-item',

Loading…
Cancel
Save