Skip to content

Commit 59228e8

Browse files
committed
fix(README): replace "cdn.pika.dev" with "cdn.skypack.dev"
closes #167 closes #169 Co-authored-by: Kunal Bhoyar <[email protected]>
1 parent ff223c9 commit 59228e8

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
@@ -19,12 +19,12 @@ As a compromise, this plugin is reverting changes such as the one above to remai
1919
Browsers
2020
</th><td width=100%>
2121

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

2424
```html
2525
<script type="module">
26-
import { Octokit } from "https://cdn.pika.dev/@octokit/core";
27-
import { enterpriseCompatibility } from "https://cdn.pika.dev/@octokit/plugin-enterprise-compatibility";
26+
import { Octokit } from "https://cdn.skypack.dev/@octokit/core";
27+
import { enterpriseCompatibility } from "https://cdn.skypack.dev/@octokit/plugin-enterprise-compatibility";
2828
</script>
2929
```
3030

0 commit comments

Comments
 (0)