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 2730f5f commit 3a77403Copy full SHA for 3a77403
README.md
@@ -11,10 +11,13 @@ See [GitHub’s Developer Guide for the OAuth web application flow](https://deve
11
## Usage
12
13
<table>
14
-<tbody valign=top align=left>
15
-<tr><th>
16
-Browsers
17
-</th><td width=100%>
+ <tbody valign=top align=left>
+ <tr>
+ <th>
+ Browsers
18
+ </th>
19
+ <td width=100%>
20
+
21
Load `@octokit/oauth-login-url` directly from [cdn.pika.dev](https://cdn.pika.dev)
22
23
```html
@@ -24,9 +27,11 @@ Load `@octokit/oauth-login-url` directly from [cdn.pika.dev](https://cdn.pika.de
24
27
```
25
28
26
29
</td></tr>
-Node
-</th><td>
30
31
32
+ Node
33
34
+ <td>
35
36
Install with <code>npm install @octokit/oauth-login-url</code>
37
0 commit comments