From dd1c2f9c171f31599b6096a66df5bc07351e7cf8 Mon Sep 17 00:00:00 2001 From: jsfehler Date: Wed, 29 May 2024 21:47:18 -0400 Subject: [PATCH] fix: Badge alignment in readme (#1286) --- README.rst | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/README.rst b/README.rst index 17e47d802..7b512c094 100644 --- a/README.rst +++ b/README.rst @@ -4,22 +4,23 @@ splinter Splinter is a Python framework that provides a simple and consistent interface for web application automation. -.. image:: https://img.shields.io/pypi/v/splinter.svg - :target: https://pypi.org/project/splinter - :alt: PyPI +.. |pypi| image:: https://img.shields.io/pypi/v/splinter.svg + :target: https://pypi.org/project/splinter + :alt: PyPI -.. image:: https://img.shields.io/pypi/pyversions/splinter.svg - :alt: PyPI - Python Version - :target: https://github.com/cobrateam/splinter +.. |pypi_version| image:: https://img.shields.io/pypi/pyversions/splinter.svg + :alt: PyPI - Python Version + :target: https://github.com/cobrateam/splinter -.. image:: https://img.shields.io/github/license/cobrateam/splinter.svg - :alt: GitHub - :target: https://github.com/cobrateam/splinter/blob/master/LICENSE +.. |license| image:: https://img.shields.io/github/license/cobrateam/splinter.svg + :alt: License + :target: https://github.com/cobrateam/splinter/blob/master/LICENSE -.. image:: https://github.com/cobrateam/splinter/actions/workflows/main.yml/badge.svg - :target: https://github.com/cobrateam/splinter/actions/workflows/main.yml - :alt: Build status +.. |build| image:: https://github.com/cobrateam/splinter/actions/workflows/main.yml/badge.svg + :target: https://github.com/cobrateam/splinter/actions/workflows/main.yml + :alt: Build status +|pypi| |pypi_version| |license| |build| * `Documentation `_