Skip to content

Commit 6051633

Browse files
authored
docs: replace references to Skypack CDN with esm.sh (#164)
1 parent 64f1ad9 commit 6051633

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
@@ -34,15 +34,15 @@ Browsers
3434

3535
</th><td width=100%>
3636

37-
Load `@octokit/plugin-create-or-update-text-file` and [`@octokit/core`](https://github.com/octokit/core.js) (or core-compatible module) directly from [cdn.pika.dev](https://cdn.pika.dev)
37+
Load `@octokit/plugin-create-or-update-text-file` and [`@octokit/core`](https://github.com/octokit/core.js) (or core-compatible module) directly from [esm.sh](https://esm.sh)
3838

3939
```html
4040
<script type="module">
41-
import { Octokit } from "https://cdn.pika.dev/@octokit/core";
41+
import { Octokit } from "https://esm.sh/@octokit/core";
4242
import {
4343
createOrUpdateTextFile,
4444
composeCreateOrUpdateTextFile,
45-
} from "https://cdn.pika.dev/@octokit/plugin-create-or-update-text-file";
45+
} from "https://esm.sh/@octokit/plugin-create-or-update-text-file";
4646
</script>
4747
```
4848

0 commit comments

Comments
 (0)