Skip to content

Commit d3a7bac

Browse files
committed
use markdown for badges
1 parent c25cc3c commit d3a7bac

1 file changed

Lines changed: 6 additions & 20 deletions

File tree

README.md

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -23,26 +23,12 @@
2323
<br />
2424

2525
<!-- Badges -->
26-
<p>
27-
<a href="https://github.com/semperai/git-commitai/stargazers">
28-
<img src="https://img.shields.io/github/stars/semperai/git-commitai?style=flat" alt="Stars" />
29-
</a>
30-
<a href="https://github.com/semperai/git-commitai/actions">
31-
<img src="https://img.shields.io/github/actions/workflow/status/semperai/git-commitai/test.yml?style=flat&label=Tests" alt="Tests" />
32-
</a>
33-
<a href='https://coveralls.io/github/semperai/git-commitai'>
34-
<img src='https://coveralls.io/repos/github/semperai/git-commitai/badge.svg' alt='Coverage Status' />
35-
</a>
36-
<a href="https://github.com/semperai/git-commitai/releases">
37-
<img src="https://img.shields.io/github/v/release/semperai/git-commitai?style=flat" alt="Release" />
38-
</a>
39-
<a href="https://github.com/semperai/git-commitai/blob/master/LICENSE">
40-
<img src="https://img.shields.io/github/license/semperai/git-commitai?style=flat" alt="License" />
41-
</a>
42-
<a href="https://github.com/semperai/git-commitai">
43-
<img src="https://img.shields.io/badge/python-3.8+-blue?style=flat" alt="Python" />
44-
</a>
45-
</p>
26+
[![Stars](https://img.shields.io/github/stars/semperai/git-commitai?style=flat)](https://github.com/semperai/git-commitai/stargazers)
27+
[![Tests](https://img.shields.io/github/actions/workflow/status/semperai/git-commitai/test.yml?style=flat&label=Tests)](https://github.com/semperai/git-commitai/actions)
28+
[![Coverage Status](https://coveralls.io/repos/github/semperai/git-commitai/badge.svg)](https://coveralls.io/github/semperai/git-commitai)
29+
[![Release](https://img.shields.io/github/v/release/semperai/git-commitai?style=flat)](https://github.com/semperai/git-commitai/releases)
30+
[![License](https://img.shields.io/github/license/semperai/git-commitai?style=flat)](https://github.com/semperai/git-commitai/blob/master/LICENSE)
31+
[![Python](https://img.shields.io/badge/python-3.8+-blue?style=flat)](https://github.com/semperai/git-commitai)
4632
</div>
4733

4834
---

0 commit comments

Comments
 (0)