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 #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>
  • Loading branch information
gr2m committed Nov 1, 2020
1 parent eba1f81 commit 44de85b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -31,7 +31,7 @@ GitHub supports 4 authentication strategies. They are all implemented in `@octok
Browsers
</th><td width=100%>

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

```html
<script type="module">
Expand All @@ -40,7 +40,7 @@ Load `@octokit/auth` directly from [cdn.pika.dev](https://cdn.pika.dev)
createAppAuth,
createOAuthAppAuth,
createTokenAuth,
} from "https://cdn.pika.dev/@octokit/auth";
} from "https://cdn.skypack.dev/@octokit/auth";
</script>
```

Expand Down

0 comments on commit 44de85b

Please sign in to comment.