Skip to content

Commit 3a77403

Browse files
authored
docs(README): syntax (#37)
1 parent 2730f5f commit 3a77403

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,13 @@ See [GitHub’s Developer Guide for the OAuth web application flow](https://deve
1111
## Usage
1212

1313
<table>
14-
<tbody valign=top align=left>
15-
<tr><th>
16-
Browsers
17-
</th><td width=100%>
14+
<tbody valign=top align=left>
15+
<tr>
16+
<th>
17+
Browsers
18+
</th>
19+
<td width=100%>
20+
1821
Load `@octokit/oauth-login-url` directly from [cdn.pika.dev](https://cdn.pika.dev)
1922

2023
```html
@@ -24,9 +27,11 @@ Load `@octokit/oauth-login-url` directly from [cdn.pika.dev](https://cdn.pika.de
2427
```
2528

2629
</td></tr>
27-
<tr><th>
28-
Node
29-
</th><td>
30+
<tr>
31+
<th>
32+
Node
33+
</th>
34+
<td>
3035

3136
Install with <code>npm install @octokit/oauth-login-url</code>
3237

0 commit comments

Comments
 (0)