We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3959a44 commit 9847a5aCopy full SHA for 9847a5a
README.md
@@ -68,11 +68,11 @@ request("POST /repos/:owner/:repo/issues/:number/labels", {
68
<tr><th>
69
Browsers
70
</th><td width=100%>
71
-Load <code>@octokit/request</code> directly from <a href="https://unpkg.com">unpkg.com</a>
+Load <code>@octokit/request</code> directly from <a href="https://cdn.pika.dev">cdn.pika.dev</a>
72
73
```html
74
<script type="module">
75
-import { request } from "https://unpkg.com/@octokit/request";
+import { request } from "https://cdn.pika.dev/@octokit/request";
76
</script>
77
```
78
0 commit comments