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

Commit 3cdc43b

Browse files
npmcdn-to-unpkg-botdignifiedquire
authored andcommitted
docs(readme): replace npmcdn.com with unpkg.com
1 parent d64e446 commit 3cdc43b

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
@@ -74,9 +74,9 @@ const multibase = require('multiubase')
7474
Loading this module through a script tag will make the ```Multibase``` obj available in the global namespace.
7575

7676
```html
77-
<script src="https://npmcdn.com/multibase/dist/index.min.js"></script>
77+
<script src="https://unpkg.com/multibase/dist/index.min.js"></script>
7878
<!-- OR -->
79-
<script src="https://npmcdn.com/multibase/dist/index.js"></script>
79+
<script src="https://unpkg.com/multibase/dist/index.js"></script>
8080
```
8181

8282
#### Gotchas

0 commit comments

Comments
 (0)