update urls

This commit is contained in:
AJ ONeal 2017-10-28 21:51:44 -06:00
parent 6725c2f4f5
commit b05104798b
1 changed files with 9 additions and 1 deletions

View File

@ -47,8 +47,16 @@ Browser Example
Node Example
===
Decentralized Install
```bash
npm install --save knuth-shuffle
npm install --save git+https://git.coolaj86.com/coolaj86/knuth-shuffle.js.git#v1.0
```
Centralized Install
```bash
npm install --save knuth-shuffle@1.0
```
```javascript