From 6643908bd6ad63d538a34b9b9e0653e712371987 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 2 Sep 2017 13:41:05 -0400 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index aea72d2..5e51de5 100644 --- a/README.rst +++ b/README.rst @@ -21,7 +21,7 @@ The Concept ``Pipfile`` will be superior to ``requirements.txt`` file in a number of ways: * `TOML `_ syntax for declaring all types of Python dependencies. -* One Pipfile (as opposed to multiple ``requirements.txt`` files). +* One ``Pipfile`` (as opposed to multiple ``requirements.txt`` files). * Existing requirements files tend to proliferate into multiple files - e.g. ``dev-requirements.txt``, ``test-requirements.txt``, etc. - but a ``Pipfile`` will allow seamlessly specifying groups of dependencies in one place. * This will be surfaced as only two built-in groups (*default* & *development*). (see note below)