We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5f2bc8 commit ea4ae34Copy full SHA for ea4ae34
README.md
@@ -49,9 +49,9 @@ const bitswap = require('ipfs-bitswap')
49
Loading this module through a script tag will make the `IpfsBitswap` object available in the global namespace.
50
51
```html
52
-<script src="https://npmcdn.com/ipfs-bitswap/dist/index.min.js"></script>
+<script src="https://unpkg.com/ipfs-bitswap/dist/index.min.js"></script>
53
<!-- OR -->
54
-<script src="https://npmcdn.com/ipfs-bitswap/dist/index.js"></script>
+<script src="https://unpkg.com/ipfs-bitswap/dist/index.js"></script>
55
```
56
57
## Usage
0 commit comments