Skip to content

Commit 477d6e5

Browse files
npmcdn-to-unpkg-botdignifiedquire
authored andcommitted
docs(readme): replace npmcdn.com with unpkg.com
1 parent 4c69a3b commit 477d6e5

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
@@ -105,9 +105,9 @@ var IPFSRepo = require('ipfs-repo')
105105
Loading this module through a script tag will make the `Unixfs` obj available in the global namespace.
106106

107107
```html
108-
<script src="https://npmcdn.com/ipfs-repo/dist/index.min.js"></script>
108+
<script src="https://unpkg.com/ipfs-repo/dist/index.min.js"></script>
109109
<!-- OR -->
110-
<script src="https://npmcdn.com/ipfs-repo/dist/index.js"></script>
110+
<script src="https://unpkg.com/ipfs-repo/dist/index.js"></script>
111111
```
112112

113113
## Usage

0 commit comments

Comments
 (0)