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 #245
  
closes #246
closes #248
closes #251
closes #249
closes #257
closes #269
closes #267
  
  
Co-authored-by: dionysus <[email protected]>
Co-authored-by: Madhurima Choudhury <[email protected]>
Co-authored-by: jhalak27 <[email protected]>
Co-authored-by: Deepak Dwivedi <[email protected]>
Co-authored-by: evansusu <[email protected]>
Co-authored-by: NVSUCCESS <[email protected]>
Co-authored-by: Mansi Katiyar <[email protected]>
  • Loading branch information
gr2m committed Nov 1, 2020
1 parent ab24d1c commit 67a81ff
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-rest-endpoint-methods` 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-rest-endpoint-methods` 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 { restEndpointMethods } from "https://cdn.pika.dev/@octokit/plugin-rest-endpoint-methods";
import { Octokit } from "https://cdn.skypack.dev/@octokit/core";
import { restEndpointMethods } from "https://cdn.skypack.dev/@octokit/plugin-rest-endpoint-methods";
</script>
```

Expand Down

0 comments on commit 67a81ff

Please sign in to comment.