Skip to content

Commit

Permalink
docs: Use Markdown for README header
Browse files Browse the repository at this point in the history
PyPI doesn't render the centered elements correctly anyway.
  • Loading branch information
jodal committed Aug 20, 2020
1 parent 1515b87 commit cd9f421
Showing 1 changed file with 8 additions and 20 deletions.
28 changes: 8 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,11 @@
<h1 align="center">
&#x1F4E6;<br>
Biip
</h1>

<p align="center">
<em>Biip interprets the data in barcodes.</em>
</p>

<p align="center">
<a href="https://github.com/jodal/biip/actions?workflow=Tests">
<img src="https://github.com/jodal/biip/workflows/Tests/badge.svg" alt="Tests">
</a>
<a href="https://codecov.io/gh/jodal/biip">
<img src="https://codecov.io/gh/jodal/biip/branch/master/graph/badge.svg" alt="Coverage">
</a>
<a href="https://pypi.org/project/biip/">
<img src="https://img.shields.io/pypi/v/biip.svg" alt="PyPI">
</a>
</p>
# &#x1F4E6; Biip

*Biip interprets the data in barcodes.*

[![Tests](https://github.com/jodal/biip/workflows/Tests/badge.svg)](https://github.com/jodal/biip/actions?workflow=Tests)
[![Coverage](https://codecov.io/gh/jodal/biip/branch/master/graph/badge.svg)](https://codecov.io/gh/jodal/biip)
[![Docs](https://readthedocs.org/projects/biip/badge/?version=latest)](https://biip.readthedocs.io/en/latest/)
[![PyPI](https://img.shields.io/pypi/v/biip.svg)](https://pypi.org/project/biip/))

---

Expand Down

0 comments on commit cd9f421

Please sign in to comment.