Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit def2418

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,18 +92,18 @@ var ipfs = require('ipfs');
9292

9393
Loading this module in a browser (using a `<script>` tag) makes the `Ipfs` object available in the global namespace.
9494

95-
The last published version of the package become [available for download](https://npmcdn.com/ipfs/dist/) from [npmcdn](https://npmcdn.com/) and thus you may use it as the source:
95+
The last published version of the package become [available for download](https://unpkg.com/ipfs/dist/) from [unpkg](https://unpkg.com/) and thus you may use it as the source:
9696

9797
* loading the minified version
9898

9999
```html
100-
<script src="https://npmcdn.com/ipfs/dist/index.min.js"></script>
100+
<script src="https://unpkg.com/ipfs/dist/index.min.js"></script>
101101
```
102102

103103
* loading the human-readable (not minified) version
104104

105105
```html
106-
<script src="https://npmcdn.com/ipfs/dist/index.js"></script>
106+
<script src="https://unpkg.com/ipfs/dist/index.js"></script>
107107
```
108108

109109
## Usage

0 commit comments

Comments
 (0)