Skip to content

Commit 690da73

Browse files
committed
fix(README): replace "cdn.pika.dev" with "cdn.skypack.dev"
closes #96 closes #97 closes #98 Co-authored-by: Goutham KG <[email protected]> Co-authored-by: Jon K <[email protected]>
1 parent 1471515 commit 690da73

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
@@ -17,11 +17,11 @@ See [GitHub’s Developer Guide for the OAuth web application flow](https://deve
1717
</th>
1818
<td width=100%>
1919

20-
Load `@octokit/oauth-authorization-url` directly from [cdn.pika.dev](https://cdn.pika.dev)
20+
Load `@octokit/oauth-authorization-url` directly from [cdn.skypack.dev](https://cdn.skypack.dev)
2121

2222
```html
2323
<script type="module">
24-
import { oauthAuthorizationUrl } from "https://cdn.pika.dev/@octokit/oauth-authorization-url";
24+
import { oauthAuthorizationUrl } from "https://cdn.skypack.dev/@octokit/oauth-authorization-url";
2525
</script>
2626
```
2727

0 commit comments

Comments
 (0)