From 1c6a820329a1ad8bd8a356fc6f7cd23f6a7d05b2 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 22 Jan 2017 00:50:00 -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 7441d83a..a9d7fcb1 100644 --- a/README.rst +++ b/README.rst @@ -16,7 +16,7 @@ It automatically creates and manages a virtualenv for your projects, as well as - Automatically removes packages from a Pipfile when they are un-installed. - Also automatically updates pip. -The main commands are ```install``, ``uninstall``, and ``lock``, which generates a ``Pipfile.lock``. These are intended to replace ``$ pip install`` usage, as well as manual virtualenv management. +The main commands are ``install``, ``uninstall``, and ``lock``, which generates a ``Pipfile.lock``. These are intended to replace ``$ pip install`` usage, as well as manual virtualenv management. Basic Concepts //////////////