Merge pull request #224 from jaap3/patch-1

Add missing backtick in advanced usage docs
This commit is contained in:
Nate Prewitt
2017-02-14 06:14:48 -07:00
committed by GitHub
+1 -1
View File
@@ -115,7 +115,7 @@ This will install both ``pipenv`` and ``pew`` (one of our dependencies) in an is
------------------------------------
The two primary commands you'll use in managing your pipenv environment are
``$ pipenv install``, ``$ pipenv uninstall``, and ``$ pipenv lock`.
``$ pipenv install``, ``$ pipenv uninstall``, and ``$ pipenv lock``.
.. _pipenv_install