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 #126
  
closes #127
  
  
Co-authored-by: William de Quevedo Sandoval <1129295+wqsandoval@users.noreply.github.com>
  • Loading branch information
gr2m committed Nov 1, 2020
1 parent 682ed9c commit 235b6e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -12,11 +12,11 @@
<tr><th>
Browsers
</th><td width=100%>
Load <code>@octokit/request-error</code> directly from <a href="https://cdn.pika.dev">cdn.pika.dev</a>
Load <code>@octokit/request-error</code> directly from <a href="https://cdn.skypack.dev">cdn.skypack.dev</a>

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

Expand Down

0 comments on commit 235b6e6

Please sign in to comment.