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 #111
  
closes #112
closes #115
  
  
Co-authored-by: tlchan668 <[email protected]>
Co-authored-by: Atinuke Oluwabamikemi Kayode <[email protected]>
  • Loading branch information
gr2m committed Nov 1, 2020
1 parent 06af48a commit 722704c
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 @@ -33,11 +33,11 @@ It is useful if you want to support multiple authentication strategies, as it’
Browsers
</th><td width=100%>

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

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

Expand Down

0 comments on commit 722704c

Please sign in to comment.