Skip to content

Commit 212ff1d

Browse files
author
Drew Yang
committed
fix: 🐛 badge indent
1 parent ede8d1c commit 212ff1d

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

README.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,36 +7,31 @@
77
<td>PyPI</td>
88
<td>
99
<a href="https://pypi.org/project/datajoint/">
10-
<img src="https://img.shields.io/pypi/v/datajoint?color=blue
11-
" alt="pypi release" />
10+
<img src="https://img.shields.io/pypi/v/datajoint?color=blue" alt="pypi release" />
1211
</a>
1312
<br>
1413
<a href="https://pypi.org/project/datajoint/">
15-
<img src="https://img.shields.io/pypi/dm/datajoint?color=yellow
16-
" alt="pypi downloads" />
14+
<img src="https://img.shields.io/pypi/dm/datajoint?color=yellow" alt="pypi downloads" />
1715
</a>
1816
</td>
1917
</tr>
2018
<tr>
2119
<td>Conda Forge</td>
2220
<td>
2321
<a href="https://anaconda.org/conda-forge/datajoint">
24-
<img src="https://img.shields.io/conda/vn/conda-forge/datajoint
25-
?color=brightgreen" alt="conda-forge release" />
22+
<img src="https://img.shields.io/conda/vn/conda-forge/datajoint?color=brightgreen" alt="conda-forge release" />
2623
</a>
2724
<br>
2825
<a href="https://anaconda.org/conda-forge/datajoint">
29-
<img src="https://img.shields.io/conda/dn/conda-forge/datajoint
30-
?color=brightgreen" alt="conda-forge downloads" />
26+
<img src="https://img.shields.io/conda/dn/conda-forge/datajoint?color=brightgreen" alt="conda-forge downloads" />
3127
</a>
3228
</td>
3329
</tr>
3430
<tr>
3531
<td>Since Release</td>
3632
<td>
3733
<a href="https://github.com/datajoint/datajoint-python/compare/latest...master">
38-
<img src="https://img.shields.io/github/commits-since/datajoint/datajoint-python/latest?color=red
39-
" alt="commit since last release" />
34+
<img src="https://img.shields.io/github/commits-since/datajoint/datajoint-python/latest?color=red" alt="commit since last release" />
4035
</a>
4136
</td>
4237
</tr>
@@ -68,8 +63,7 @@
6863
<td>License</td>
6964
<td>
7065
<a href="https://github.com/datajoint/datajoint-python/blob/master/LICENSE.txt">
71-
<img src="https://img.shields.io/github/license/datajoint/datajoint-python
72-
" alt="LGPL-2.1" />
66+
<img src="https://img.shields.io/github/license/datajoint/datajoint-python" alt="LGPL-2.1" />
7367
</a>
7468
</td>
7569
</tr>

0 commit comments

Comments
 (0)