diff --git a/docs/advanced.rst b/docs/advanced.rst index 72d22c25..5450c3d0 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -135,7 +135,7 @@ This will install both ``pipenv`` and ``pew`` (one of our dependencies) in an is ☤ Environment Management with Pipenv ------------------------------------ -The two primary commands you'll use in managing your pipenv environment are +The three primary commands you'll use in managing your pipenv environment are ``$ pipenv install``, ``$ pipenv uninstall``, and ``$ pipenv lock``. .. _pipenv_install