From ae0d19db59b73b352c46fb703020eafc8eefbfc2 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 28 Aug 2017 00:14:42 -0400 Subject: [PATCH] Update README.rst --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.*