From fb9f5b77440c8959acca45b8fc2804d61acf102d Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Fri, 12 Mar 2021 16:47:20 +0200
Subject: [PATCH] Revert "Make the README look prettier in GitHub."

This reverts commit babd05993abca9465135ae1aad92612383723d7c.
---
 README.rst | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.rst b/README.rst
index 333ca7c..65abebd 100644
--- a/README.rst
+++ b/README.rst
@@ -5,6 +5,10 @@ Template
     :target: https://git.shore.co.il/nimrod/template/-/commits/master
     :alt: pipeline status
 
+.. image:: https://img.shields.io/pypi/v/template.svg
+    :target: https://pypi.org/project/template/
+    :alt: Latest version on PyPI
+
 .. image:: https://img.shields.io/pypi/l/template.svg
     :target: http://www.gnu.org/licenses/agpl-3.0.en.html
     :alt: Project license
@@ -13,18 +17,14 @@ Template
     :target: https://pypistats.org/packages/template
     :alt: PyPI Stats
 
+|
+
 .. image:: https://img.shields.io/pypi/implementation/template.svg
     :alt: Supported Python implementations
 
-|
-
 .. image:: https://img.shields.io/pypi/pyversions/template.svg
     :alt: Supported Python versions
 
-.. image:: https://img.shields.io/pypi/v/template.svg
-    :target: https://pypi.org/project/template/
-    :alt: Latest version on PyPI
-
 A CLI tool for generating files from `Jinja2 <http://jinja.pocoo.org/>`_
 templates and environment variables.
 
-- 
GitLab