update urls
This commit is contained in:
parent
6725c2f4f5
commit
b05104798b
10
README.md
10
README.md
|
@ -47,8 +47,16 @@ Browser Example
|
||||||
Node Example
|
Node Example
|
||||||
===
|
===
|
||||||
|
|
||||||
|
Decentralized Install
|
||||||
|
|
||||||
```bash
|
```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
|
```javascript
|
||||||
|
|
Loading…
Reference in New Issue