Skip to content

Commit 9847a5a

Browse files
committed
fix(README): install from cnd.pika.dev
1 parent 3959a44 commit 9847a5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ request("POST /repos/:owner/:repo/issues/:number/labels", {
6868
<tr><th>
6969
Browsers
7070
</th><td width=100%>
71-
Load <code>@octokit/request</code> directly from <a href="https://unpkg.com">unpkg.com</a>
71+
Load <code>@octokit/request</code> directly from <a href="https://cdn.pika.dev">cdn.pika.dev</a>
7272

7373
```html
7474
<script type="module">
75-
import { request } from "https://unpkg.com/@octokit/request";
75+
import { request } from "https://cdn.pika.dev/@octokit/request";
7676
</script>
7777
```
7878

0 commit comments

Comments
 (0)