Skip to content

Commit

Permalink
docs: replace references to Skypack CDN with esm.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Jun 14, 2023
1 parent 71d7488 commit 642a185
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 @@ -70,11 +70,11 @@ request("POST /repos/{owner}/{repo}/issues/{number}/labels", {
<tr><th>
Browsers
</th><td width=100%>
Load <code>@octokit/request</code> directly from <a href="https://cdn.skypack.dev">cdn.skypack.dev</a>
Load <code>@octokit/request</code> directly from <a href="https://esm.sh">esm.sh</a>

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

Expand Down

0 comments on commit 642a185

Please sign in to comment.