We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c775d6 commit 11f2473Copy full SHA for 11f2473
README.md
@@ -37,7 +37,7 @@ Load `@octokit/auth-app` directly from [cdn.pika.dev](https://cdn.pika.dev)
37
38
```html
39
<script type="module">
40
- import { createOAuthAppAuth } from "https://cdn.pika.dev/@octokit/auth-app";
+ import { createAppAuth } from "https://cdn.pika.dev/@octokit/auth-app";
41
</script>
42
```
43
@@ -49,8 +49,8 @@ Node
49
Install with <code>npm install @octokit/auth-app</code>
50
51
```js
52
-const { createOAuthAppAuth } = require("@octokit/auth-app");
53
-// or: import { createOAuthAppAuth } from "@octokit/auth-app";
+const { createAppAuth } = require("@octokit/auth-app");
+// or: import { createAppAuth } from "@octokit/auth-app";
54
55
56
</td></tr>
0 commit comments