Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethreitz authored Sep 2, 2017
1 parent c8c2035 commit e167b1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 <http://pipenv.org>`, and this library:
Here is an example ``Pipfile`` and the resulting ``Pipfile.lock``, generated with `Pipenv <http://pipenv.org>`_, and this library:

``Pipfile``
+++++++++++
Expand Down

0 comments on commit e167b1b

Please sign in to comment.