From a8a6274ff650cbe06ac95c0e4591279860efdfef Mon Sep 17 00:00:00 2001 From: Glen Cheney Date: Wed, 27 Apr 2016 14:11:53 -0700 Subject: [PATCH] Fix package name in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2202b9..622d25d 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Shuffle is also available on bower as `shufflejs`. ### Usage (with CommonJS) ```js -var Shuffle = require('shuffle'); +var Shuffle = require('shufflejs'); var myShuffle = new Shuffle(document.getElementById('grid'), { itemSelector: '.js-item',