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

Commit a5317b1

Browse files
authored
Merge pull request #32 from npmcdn-to-unpkg-bot/npmcdn-to-unpkg
Replace npmcdn.com with unpkg.com
2 parents 8eabbc3 + effb3a1 commit a5317b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ var spdy = require('libp2p-spdy')
4040
Loading this module through a script tag will make the `Lip2pSpdy` obj available in the global namespace.
4141

4242
```html
43-
<script src="https://npmcdn.com/libp2p-spdy/dist/index.min.js"></script>
43+
<script src="https://unpkg.com/libp2p-spdy/dist/index.min.js"></script>
4444
<!-- OR -->
45-
<script src="https://npmcdn.com/libp2p-spdy/dist/index.js"></script>
45+
<script src="https://unpkg.com/libp2p-spdy/dist/index.js"></script>
4646
```
4747

4848
# Usage

0 commit comments

Comments
 (0)