Skip to content

Commit 2432c56

Browse files
authored
Merge pull request #30 from npmcdn-to-unpkg-bot/npmcdn-to-unpkg
Replace npmcdn.com with unpkg.com
2 parents 24cd31b + f0e380a commit 2432c56

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
@@ -72,9 +72,9 @@ Loading this module through a script tag will make the `PeerId` obj available in
7272
the global namespace.
7373

7474
```html
75-
<script src="https://npmcdn.com/peer-id/dist/index.min.js"></script>
75+
<script src="https://unpkg.com/peer-id/dist/index.min.js"></script>
7676
<!-- OR -->
77-
<script src="https://npmcdn.com/peer-id/dist/index.js"></script>
77+
<script src="https://unpkg.com/peer-id/dist/index.js"></script>
7878
```
7979

8080
# API

0 commit comments

Comments
 (0)