Skip to content

Commit 44de85b

Browse files
committed
fix(README): replace "cdn.pika.dev" with "cdn.skypack.dev"
closes #106 closes #109 closes #114 Co-authored-by: Pankaj Mane <241292+ArchieAndrews@users.noreply.github.com> Co-authored-by: Shivaraj Loni <42679657+shivarajloni@users.noreply.github.com>
1 parent eba1f81 commit 44de85b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ GitHub supports 4 authentication strategies. They are all implemented in `@octok
3131
Browsers
3232
</th><td width=100%>
3333

34-
Load `@octokit/auth` directly from [cdn.pika.dev](https://cdn.pika.dev)
34+
Load `@octokit/auth` directly from [cdn.skypack.dev](https://cdn.skypack.dev)
3535

3636
```html
3737
<script type="module">
@@ -40,7 +40,7 @@ Load `@octokit/auth` directly from [cdn.pika.dev](https://cdn.pika.dev)
4040
createAppAuth,
4141
createOAuthAppAuth,
4242
createTokenAuth,
43-
} from "https://cdn.pika.dev/@octokit/auth";
43+
} from "https://cdn.skypack.dev/@octokit/auth";
4444
</script>
4545
```
4646

0 commit comments

Comments
 (0)