Skip to content

Commit 85307b8

Browse files
committed
Merge branch 'main' into beta
2 parents 7c19d76 + 6761aef commit 85307b8

File tree

6 files changed

+766
-6078
lines changed

6 files changed

+766
-6078
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
Browsers
1414
</th><td width=100%>
1515

16-
Load `@octokit/plugin-rest-endpoint-methods` and [`@octokit/core`](https://github.com/octokit/core.js) (or core-compatible module) directly from [cdn.skypack.dev](https://cdn.skypack.dev)
16+
Load `@octokit/plugin-rest-endpoint-methods` and [`@octokit/core`](https://github.com/octokit/core.js) (or core-compatible module) directly from [esm.sh](https://esm.sh)
1717

1818
```html
1919
<script type="module">
20-
import { Octokit } from "https://cdn.skypack.dev/@octokit/core";
21-
import { restEndpointMethods } from "https://cdn.skypack.dev/@octokit/plugin-rest-endpoint-methods";
20+
import { Octokit } from "https://esm.sh/@octokit/core";
21+
import { restEndpointMethods } from "https://esm.sh/@octokit/plugin-rest-endpoint-methods";
2222
</script>
2323
```
2424

0 commit comments

Comments
 (0)