From e167b1b60fc64f03b084c5352a921609e72c6c89 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 2 Sep 2017 13:44:47 -0400 Subject: [PATCH] Update README.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 9107d18..e367005 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ Pipfile WARNING: This project is under active design and development. Nothing is set in stone at this point of time. -This repository contains the design specification of the ``Pipfile`` format, as well as (soon) an implementation of a parser for the specification which can be used by `pip`_ and any other consumer (e.g. `pipenv`_), once the design (including the form of a ``Pipfile`` itself) has been built out and finalized. +This repository contains the design specification of the ``Pipfile`` format, as well as (soon) an implementation of a parser for the specification which can be used by `pip`_ and any other consumer (e.g. `Pipenv`_), once the design (including the form of a ``Pipfile`` itself) has been built out and finalized. .. _`pip`: https://pip.pypa.io/en/stable/ .. _`pipenv`: http://pipenv.org @@ -39,7 +39,7 @@ The details of the environment (all installed packages with pinned versions and Examples -------- -Here is an example ``Pipfile`` and the resulting ``Pipfile.lock``, generated with `Pipenv `, and this library: +Here is an example ``Pipfile`` and the resulting ``Pipfile.lock``, generated with `Pipenv `_, and this library: ``Pipfile`` +++++++++++