Skip to content

Commit 393ca57

Browse files
authored
docs: replace references to Skypack CDN with esm.sh (#317)
The Skypack CDN is no longer maintained, so we should remove references to it.
1 parent e4dfad4 commit 393ca57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
<tr><th>
1313
Browsers
1414
</th><td width=100%>
15-
Load <code>@octokit/rest</code> directly from <a href="https://cdn.skypack.dev">cdn.skypack.dev</a>
15+
Load <code>@octokit/rest</code> directly from <a href="https://esm.sh">esm.sh</a>
1616

1717
```html
1818
<script type="module">
19-
import { Octokit } from "https://cdn.skypack.dev/@octokit/rest";
19+
import { Octokit } from "https://esm.sh/@octokit/rest";
2020
</script>
2121
```
2222

0 commit comments

Comments
 (0)