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 #190
  
closes #191
closes #198
  
  
Co-authored-by: Alhassan <[email protected]>
Co-authored-by: rudranshsharma123 <[email protected]>
  • Loading branch information
gr2m committed Nov 1, 2020
1 parent 29e8b10 commit 24237c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
Browsers
</th><td width=100%>

Load `@octokit/plugin-retry` and [`@octokit/core`](https://github.com/octokit/core.js) (or core-compatible module) directly from [cdn.pika.dev](https://cdn.pika.dev)
Load `@octokit/plugin-retry` and [`@octokit/core`](https://github.com/octokit/core.js) (or core-compatible module) directly from [cdn.skypack.dev](https://cdn.skypack.dev)

```html
<script type="module">
import { Octokit } from "https://cdn.pika.dev/@octokit/core";
import { retry } from "https://cdn.pika.dev/@octokit/plugin-retry";
import { Octokit } from "https://cdn.skypack.dev/@octokit/core";
import { retry } from "https://cdn.skypack.dev/@octokit/plugin-retry";
</script>
```

Expand Down

0 comments on commit 24237c8

Please sign in to comment.