Skip to content

Commit

Permalink
πŸ“ npmcdn -> unpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed Aug 30, 2016
1 parent 98ba374 commit 64f409f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ See [isotope.metafizzy.co](http://isotope.metafizzy.co) for complete docs and de

### Download

+ [isotope.pkgd.js](https://npmcdn.com/isotope-layout@3/dist/isotope.pkgd.js) un-minified, or
+ [isotope.pkgd.min.js](https://npmcdn.com/isotope-layout@3/dist/isotope.pkgd.min.js) minified
+ [isotope.pkgd.js](https://unpkg.com/isotope-layout@3/dist/isotope.pkgd.js) un-minified, or
+ [isotope.pkgd.min.js](https://unpkg.com/isotope-layout@3/dist/isotope.pkgd.min.js) minified

### CDN

Link directly to Isotope files on [npmcdn](https://npmcdn.com).
Link directly to Isotope files on [unpkg](https://unpkg.com).

``` html
<script src="https://npmcdn.com/[email protected]/dist/isotope.pkgd.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/isotope.pkgd.min.js"></script>
<!-- or -->
<script src="https://npmcdn.com/[email protected]/dist/isotope.pkgd.js"></script>
<script src="https://unpkg.com/[email protected]/dist/isotope.pkgd.js"></script>
```

### Package managers
Expand Down

0 comments on commit 64f409f

Please sign in to comment.