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

Commit

Permalink
Merge pull request #32 from npmcdn-to-unpkg-bot/npmcdn-to-unpkg
Browse files Browse the repository at this point in the history
Replace npmcdn.com with unpkg.com
  • Loading branch information
daviddias authored Sep 11, 2016
2 parents 8eabbc3 + effb3a1 commit a5317b1
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 @@ -40,9 +40,9 @@ var spdy = require('libp2p-spdy')
Loading this module through a script tag will make the `Lip2pSpdy` obj available in the global namespace.

```html
<script src="https://npmcdn.com/libp2p-spdy/dist/index.min.js"></script>
<script src="https://unpkg.com/libp2p-spdy/dist/index.min.js"></script>
<!-- OR -->
<script src="https://npmcdn.com/libp2p-spdy/dist/index.js"></script>
<script src="https://unpkg.com/libp2p-spdy/dist/index.js"></script>
```

# Usage
Expand Down

0 comments on commit a5317b1

Please sign in to comment.