diff --git a/README.rst b/README.rst index 7139fc63..506f6bc1 100644 --- a/README.rst +++ b/README.rst @@ -22,9 +22,9 @@ Pipenv: Sacred Marriage of Pipfile, Pip, & Virtualenv --------------- -**Pipenv** is a project that aims to bring the best of all packaging worlds to the Python world. It harnesses `Pipfile `_, `pip `_, and `virtualenv `_ into one single toolchain. It features very pretty terminal colors. +**Pipenv** is a project that aims to bring the best of all packaging worlds to the Python world in a single tool — harnessesing `Pipfile `_, `pip `_, and `virtualenv `_ together in unison. It also features very pretty terminal colors. -It automatically creates and manages a virtualenv for your projects, as well as adds/removes packages from your ``Pipfile`` as you install/uninstall packages. The ``lock`` command generates a lockfile (``Pipfile.lock``). +Pipenv automatically creates and manages a virtualenv for your projects, as well as adds/removes packages from your ``Pipfile`` as you install/uninstall packages. The ``lock`` command generates a lockfile (``Pipfile.lock``). .. image:: http://media.kennethreitz.com.s3.amazonaws.com/pipenv.gif