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

Commit 41e4099

Browse files
npmcdn-to-unpkg-botdignifiedquire
authored andcommitted
docs(readme): replace npmcdn.com with unpkg.com
1 parent 22a4d61 commit 41e4099

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
@@ -113,9 +113,9 @@ Loading this module through a script tag will make the `IpfsBlockService` obj av
113113
the global namespace.
114114

115115
```html
116-
<script src="https://npmcdn.com/ipfs-block-service/dist/index.min.js"></script>
116+
<script src="https://unpkg.com/ipfs-block-service/dist/index.min.js"></script>
117117
<!-- OR -->
118-
<script src="https://npmcdn.com/ipfs-block-service/dist/index.js"></script>
118+
<script src="https://unpkg.com/ipfs-block-service/dist/index.js"></script>
119119
```
120120

121121
You can find the [API documentation here](API.md)

0 commit comments

Comments
 (0)