Skip to content

Commit e9cea75

Browse files
authored
fix: align usage table headers with content
1 parent 3287e32 commit e9cea75

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/create-readme.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ async function createReadme({
4646
<table>
4747
<tbody valign=top align=left>
4848
<tr><th>
49+
4950
Browsers
51+
5052
</th><td width=100%>
5153
5254
`;
@@ -82,7 +84,9 @@ Browsers
8284

8385
content += `</td></tr>
8486
<tr><th>
87+
8588
Node
89+
8690
</th><td>
8791
8892
`;

0 commit comments

Comments
 (0)