We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eba1f81 commit 44de85bCopy full SHA for 44de85b
README.md
@@ -31,7 +31,7 @@ GitHub supports 4 authentication strategies. They are all implemented in `@octok
31
Browsers
32
</th><td width=100%>
33
34
-Load `@octokit/auth` directly from [cdn.pika.dev](https://cdn.pika.dev)
+Load `@octokit/auth` directly from [cdn.skypack.dev](https://cdn.skypack.dev)
35
36
```html
37
<script type="module">
@@ -40,7 +40,7 @@ Load `@octokit/auth` directly from [cdn.pika.dev](https://cdn.pika.dev)
40
createAppAuth,
41
createOAuthAppAuth,
42
createTokenAuth,
43
- } from "https://cdn.pika.dev/@octokit/auth";
+ } from "https://cdn.skypack.dev/@octokit/auth";
44
</script>
45
```
46
0 commit comments