Skip to content

Commit

Permalink
Update cdn version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jdlehman committed Dec 23, 2015
1 parent 505e009 commit 1f8a842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ npm install --save switcheroo
While the `npm` package is recommended for production usage, if you just want to drop a `<script>` tag on your page you can also use the UMD/global build hosted on [`npmcdn`](https://npmcdn.com/switcheroo).

```html
<script src="https://npmcdn.com/switcheroo@0.13.1"></script>
<script src="https://npmcdn.com/switcheroo@1.0.0"></script>
```

## Try it out
Expand Down

0 comments on commit 1f8a842

Please sign in to comment.