From 97eb04f74cbf9fe05d4f6e89b1d19fbb282bd04c Mon Sep 17 00:00:00 2001 From: Mathias Date: Tue, 13 Jul 2021 13:41:29 +0200 Subject: [PATCH] add line breaks between badges --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c6620649..6902e947 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,15 @@ ![Language](https://img.shields.io/github/languages/top/emdgroup/tnmf) ![PyPI Python Version](https://img.shields.io/pypi/pyversions/tnmf) [![License](https://img.shields.io/github/license/emdgroup/tnmf)](https://github.com/emdgroup/tnmf/blob/main/LICENSE) + [![Flake8 Linter](https://github.com/emdgroup/tnmf/actions/workflows/flake8.yml/badge.svg)](https://github.com/emdgroup/tnmf/actions/workflows/flake8.yml) [![Pylint Linter](https://github.com/emdgroup/tnmf/actions/workflows/pylint.yml/badge.svg)](https://github.com/emdgroup/tnmf/actions/workflows/pylint.yml) + [![Pytest and Coverage](https://github.com/emdgroup/tnmf/actions/workflows/pytest.yml/badge.svg)](https://github.com/emdgroup/tnmf/actions/workflows/pytest.yml) [![Build Documentation](https://github.com/emdgroup/tnmf/actions/workflows/sphinx.yml/badge.svg)](https://github.com/emdgroup/tnmf/actions/workflows/sphinx.yml) + [![Publish to PyPI](https://github.com/emdgroup/tnmf/actions/workflows/publish-to-pypi.yml/badge.svg)](https://github.com/emdgroup/tnmf/actions/workflows/publish-to-pypi.yml) + [![Open in Streamlit](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://share.streamlit.io/adriansosic/tnmf/main/demos/demo_selector.py)