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 4c69a3b commit 477d6e5Copy full SHA for 477d6e5
README.md
@@ -105,9 +105,9 @@ var IPFSRepo = require('ipfs-repo')
105
Loading this module through a script tag will make the `Unixfs` obj available in the global namespace.
106
107
```html
108
-<script src="https://npmcdn.com/ipfs-repo/dist/index.min.js"></script>
+<script src="https://unpkg.com/ipfs-repo/dist/index.min.js"></script>
109
<!-- OR -->
110
-<script src="https://npmcdn.com/ipfs-repo/dist/index.js"></script>
+<script src="https://unpkg.com/ipfs-repo/dist/index.js"></script>
111
```
112
113
## Usage
0 commit comments