Skip to content

Commit 7fb6a6c

Browse files
authored
Update README.md
1 parent f7ae637 commit 7fb6a6c

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)