diff --git a/README.rst b/README.rst index 4e424610..393d8f64 100644 --- a/README.rst +++ b/README.rst @@ -34,8 +34,8 @@ The problems that Pipenv seeks to solve are multi-faceted: - Managing a ``requirements.txt`` file `can be problematic `_, so Pipenv uses the upcoming ``Pipfile`` and ``Pipfile.lock`` instead, which is superior for basic use cases. -☤ Installation --------------- +Installation +------------ :: @@ -43,8 +43,8 @@ The problems that Pipenv seeks to solve are multi-faceted: ✨🍰✨ -User Testimonials ------------------ +☤ User Testimonials +------------------- **Jannis Leidel**, former pip maintainer— *Pipenv is the porcelain I always wanted built for pip. It fits my brain and mostly replaces virtualenvwrapper and manual pip calls for me. Use it.*