Skip to content

Commit

Permalink
Merge branch 'main' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Jun 16, 2023
2 parents 4722fc1 + 3d4afc2 commit db38946
Show file tree
Hide file tree
Showing 4 changed files with 584 additions and 564 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
Browsers
</th><td width=100%>

Load `@octokit/graphql` directly from [cdn.skypack.dev](https://cdn.skypack.dev)
Load `@octokit/graphql` directly from [esm.sh](https://esm.sh)

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

Expand Down
Loading

0 comments on commit db38946

Please sign in to comment.