Skip to content

Commit 2f6cdc2

Browse files
authored
docs: replace references to Skypack CDN with esm.sh (#344)
1 parent 68e7ff9 commit 2f6cdc2

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
@@ -12,11 +12,11 @@
1212
<tr><th>
1313
Browsers
1414
</th><td width=100%>
15-
Load <code>@octokit/request-error</code> directly from <a href="https://cdn.skypack.dev">cdn.skypack.dev</a>
15+
Load <code>@octokit/request-error</code> directly from <a href="https://esm.sh">esm.sh</a>
1616

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

0 commit comments

Comments
 (0)