Skip to content

Commit e328ccc

Browse files
authored
docs: replace references to Skypack CDN with esm.sh (#444)
1 parent 0396e2d commit e328ccc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
Browsers
1414
</th><td width=100%>
1515

16-
Load `@octokit/plugin-retry` and [`@octokit/core`](https://github.com/octokit/core.js) (or core-compatible module) directly from [cdn.skypack.dev](https://cdn.skypack.dev)
16+
Load `@octokit/plugin-retry` and [`@octokit/core`](https://github.com/octokit/core.js) (or core-compatible module) directly from [esm.sh](https://esm.sh)
1717

1818
```html
1919
<script type="module">
20-
import { Octokit } from "https://cdn.skypack.dev/@octokit/core";
21-
import { retry } from "https://cdn.skypack.dev/@octokit/plugin-retry";
20+
import { Octokit } from "https://esm.sh/@octokit/core";
21+
import { retry } from "https://esm.sh/@octokit/plugin-retry";
2222
</script>
2323
```
2424

0 commit comments

Comments
 (0)