readme: fix rst syntax

While trying to upload release 0.4.11 to pypi I got a few errors due to
the rst syntax of the readme. This commit fixes the errors but not the
warnings (mostly undeclared long format description type in setup.py)
This commit is contained in:
Alan Barzilay 2021-10-23 06:17:21 -03:00
parent 23097b102c
commit a593d27e3d

View File

@ -1,6 +1,6 @@
===============================
=============================================================================
``pipreqs`` - Generate requirements.txt file for any project based on imports
===============================
=============================================================================
.. image:: https://img.shields.io/travis/bndr/pipreqs.svg
:target: https://travis-ci.org/bndr/pipreqs
@ -57,6 +57,7 @@ Usage
<compat> | e.g. Flask~=1.1.2
<gt> | e.g. Flask>=1.1.2
<no-pin> | e.g. Flask
Example
-------