Skip to content

Commit

Permalink
docs: replace references to Skypack CDN with esm.sh (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 authored Jun 14, 2023
1 parent 5a32d63 commit 56898dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ If you don't need the Plugin API then using [`@octokit/request`](https://github.
<tr><th>
Browsers
</th><td width=100%>
Load <code>@octokit/core</code> directly from <a href="https://cdn.skypack.dev">cdn.skypack.dev</a>
Load <code>@octokit/core</code> directly from <a href="https://esm.sh">esm.sh</a>

```html
<script type="module">
import { Octokit } from "https://cdn.skypack.dev/@octokit/core";
import { Octokit } from "https://esm.sh/@octokit/core";
</script>
```

Expand Down

0 comments on commit 56898dd

Please sign in to comment.