Skip to content

Commit

Permalink
docs: replace references to Skypack CDN with esm.sh (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Jun 14, 2023
1 parent 68e7ff9 commit 2f6cdc2
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 @@ -12,11 +12,11 @@
<tr><th>
Browsers
</th><td width=100%>
Load <code>@octokit/request-error</code> directly from <a href="https://cdn.skypack.dev">cdn.skypack.dev</a>
Load <code>@octokit/request-error</code> directly from <a href="https://esm.sh">esm.sh</a>

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

Expand Down

0 comments on commit 2f6cdc2

Please sign in to comment.