Skip to content

Commit 67a81ff

Browse files
committed
fix(README): replace "cdn.pika.dev" with "cdn.skypack.dev"
closes #245 closes #246 closes #248 closes #251 closes #249 closes #257 closes #269 closes #267 Co-authored-by: dionysus <[email protected]> Co-authored-by: Madhurima Choudhury <[email protected]> Co-authored-by: jhalak27 <[email protected]> Co-authored-by: Deepak Dwivedi <[email protected]> Co-authored-by: evansusu <[email protected]> Co-authored-by: NVSUCCESS <[email protected]> Co-authored-by: Mansi Katiyar <[email protected]>
1 parent ab24d1c commit 67a81ff

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
@@ -13,12 +13,12 @@
1313
Browsers
1414
</th><td width=100%>
1515

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

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

0 commit comments

Comments
 (0)