Skip to content

Commit ee61927

Browse files
committedNov 1, 2020
fix(README): replace "cdn.pika.dev" with "cdn.skypack.dev"
closes #1898 closes #1900 closes #1901 closes #1923 Co-authored-by: Martina Fiore <27818892+MGF2@users.noreply.github.com> Co-authored-by: Rishit Khandelwal <65018379+rishit-khandelwal@users.noreply.github.com> Co-authored-by: amir nazari <63425449+anazari96@users.noreply.github.com>
1 parent 8991fd9 commit ee61927

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
<tr><th>
1313
Browsers
1414
</th><td width=100%>
15-
Load <code>@octokit/rest</code> directly from <a href="https://cdn.pika.dev">cdn.pika.dev</a>
15+
Load <code>@octokit/rest</code> directly from <a href="https://cdn.skypack.dev">cdn.skypack.dev</a>
1616

1717
```html
1818
<script type="module">
19-
import { Octokit } from "https://cdn.pika.dev/@octokit/rest";
19+
import { Octokit } from "https://cdn.skypack.dev/@octokit/rest";
2020
</script>
2121
```
2222

0 commit comments

Comments
 (0)