Skip to content

Commit 642a185

Browse files
committed
docs: replace references to Skypack CDN with esm.sh
1 parent 71d7488 commit 642a185

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ request("POST /repos/{owner}/{repo}/issues/{number}/labels", {
7070
<tr><th>
7171
Browsers
7272
</th><td width=100%>
73-
Load <code>@octokit/request</code> directly from <a href="https://cdn.skypack.dev">cdn.skypack.dev</a>
73+
Load <code>@octokit/request</code> directly from <a href="https://esm.sh">esm.sh</a>
7474

7575
```html
7676
<script type="module">
77-
import { request } from "https://cdn.skypack.dev/@octokit/request";
77+
import { request } from "https://esm.sh/@octokit/request";
7878
</script>
7979
```
8080

0 commit comments

Comments
 (0)