Skip to content

Commit ea4ae34

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

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
@@ -49,9 +49,9 @@ const bitswap = require('ipfs-bitswap')
4949
Loading this module through a script tag will make the `IpfsBitswap` object available in the global namespace.
5050

5151
```html
52-
<script src="https://npmcdn.com/ipfs-bitswap/dist/index.min.js"></script>
52+
<script src="https://unpkg.com/ipfs-bitswap/dist/index.min.js"></script>
5353
<!-- OR -->
54-
<script src="https://npmcdn.com/ipfs-bitswap/dist/index.js"></script>
54+
<script src="https://unpkg.com/ipfs-bitswap/dist/index.js"></script>
5555
```
5656

5757
## Usage

0 commit comments

Comments
 (0)