using github exactly the wrong way

This commit is contained in:
AJ ONeal 2013-12-03 01:47:42 -06:00
parent 36b1527e2b
commit 80fbe62c36
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ Browser Example
===
```html
<script src="./knuth-shuffle.js"></script>
<script src="https://raw.github.com/coolaj86/knuth-shuffle/master/index.js"></script>
```
```javascript