Skip to content

Commit c30065a

Browse files
authored
Fix HTML syntax errors in README.md table
1 parent b712f96 commit c30065a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
</a>
1414
</td>
1515
</tr>
16+
<tr>
1617
<td></td>
1718
<td>
1819
<a href="https://anaconda.org/anaconda/zarr/">
@@ -47,7 +48,7 @@
4748
<tr>
4849
<td>Pre-commit Status</td>
4950
<td>
50-
<a href=""https://github.com/zarr-developers/zarr-python/blob/main/.pre-commit-config.yaml">
51+
<a href="https://github.com/zarr-developers/zarr-python/blob/main/.pre-commit-config.yaml">
5152
<img src="https://results.pre-commit.ci/badge/github/zarr-developers/zarr-python/main.svg" alt="pre-commit status" />
5253
</a>
5354
</td>
@@ -57,7 +58,7 @@
5758
<td>Coverage</td>
5859
<td>
5960
<a href="https://codecov.io/gh/zarr-developers/zarr-python">
60-
<img src="https://codecov.io/gh/zarr-developers/zarr-python/branch/main/graph/badge.svg"/ alt="coverage">
61+
<img src="https://codecov.io/gh/zarr-developers/zarr-python/branch/main/graph/badge.svg" alt="coverage" />
6162
</a>
6263
</td>
6364
</tr>
@@ -85,6 +86,7 @@
8586
</a>
8687
</td>
8788
</tr>
89+
<tr>
8890
<td>Citation</td>
8991
<td>
9092
<a href="https://doi.org/10.5281/zenodo.3773450">

0 commit comments

Comments
 (0)