Skip to content

Commit d3bf043

Browse files
committed
fix(README): replace "cdn.pika.dev" with "cdn.skypack.dev"
closes #307 closes #309 closes #311 Co-authored-by: Luís Fernandes <[email protected]> Co-authored-by: Michael Yogar <[email protected]>
1 parent 6068389 commit d3bf043

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
@@ -15,12 +15,12 @@ Implements all [recommended best practices](https://docs.github.com/en/rest/guid
1515
Browsers
1616
</th><td width=100%>
1717

18-
Load `@octokit/plugin-throttling` and [`@octokit/core`](https://github.com/octokit/core.js) (or core-compatible module) directly from [cdn.pika.dev](https://cdn.pika.dev)
18+
Load `@octokit/plugin-throttling` and [`@octokit/core`](https://github.com/octokit/core.js) (or core-compatible module) directly from [cdn.skypack.dev](https://cdn.skypack.dev)
1919

2020
```html
2121
<script type="module">
22-
import { Octokit } from "https://cdn.pika.dev/@octokit/core";
23-
import { throttling } from "https://cdn.pika.dev/@octokit/plugin-throttling";
22+
import { Octokit } from "https://cdn.skypack.dev/@octokit/core";
23+
import { throttling } from "https://cdn.skypack.dev/@octokit/plugin-throttling";
2424
</script>
2525
```
2626

0 commit comments

Comments
 (0)