Skip to content

Commit

Permalink
fix(README): replace "cdn.pika.dev" with "cdn.skypack.dev"
Browse files Browse the repository at this point in the history
    
closes #191
  
closes #193
closes #194
  
  
Co-authored-by: Naman Agarwal <63128054+divinenaman@users.noreply.github.com>
Co-authored-by: Archi Aggarwal <62831204+archi15@users.noreply.github.com>
  • Loading branch information
gr2m committed Nov 1, 2020
1 parent b185b1b commit 783992b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ For other GitHub authentication strategies see [octokit/auth.js](https://github.
Browsers
</th><td width=100%>

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

```html
<script type="module">
import { createAppAuth } from "https://cdn.pika.dev/@octokit/auth-app";
import { createAppAuth } from "https://cdn.skypack.dev/@octokit/auth-app";
</script>
```

Expand Down

0 comments on commit 783992b

Please sign in to comment.