Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
Replace npmcdn.com with unpkg.com
Browse files Browse the repository at this point in the history
  • Loading branch information
npmcdn-to-unpkg-bot committed Sep 1, 2016
1 parent 8d0883b commit 8b9f061
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ For the ready-to-use version from CDN, use

```html
<!-- Minified, production version -->
<script src="https://npmcdn.com/little-loader@VERSION/dist/little-loader.min.js"></script>
<script src="https://unpkg.com/little-loader@VERSION/dist/little-loader.min.js"></script>
<!-- Development version -->
<script src="https://npmcdn.com/little-loader@VERSION/lib/little-loader.js"></script>
<script src="https://unpkg.com/little-loader@VERSION/lib/little-loader.js"></script>
```

#### NPM
Expand Down

0 comments on commit 8b9f061

Please sign in to comment.