From e75ba66c6cbe06db7871eb8257161f3dba89e923 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 20 Jan 2017 18:22:52 -0500 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ec6c7722..ed7cb4b9 100644 --- a/README.rst +++ b/README.rst @@ -8,7 +8,7 @@ It automatically creates and manages a virtualenv for your projects, as well as ☤ Features ---------- -- Automatically finds your project, recursively, by looking for a ``Pipfile``. +- Automatically finds your project home, recursively, by looking for a ``Pipfile``. - Automatically generates a ``Pipfile``, if one doesn't exist. - Automatically generates a ``Pipfile.lock``, if one doesn't exist. - Automatically creates a virtualenv in a standard location (``project/.venv``).