diff --git a/source/getting-started.rst b/source/getting-started.rst
index 704f0cd..ea5d783 100644
--- a/source/getting-started.rst
+++ b/source/getting-started.rst
@@ -61,4 +61,6 @@ Using Pipenv
First, ``$ cd`` into your new project directory (after you ``$ mkdir`` and ``$ git init`` it, of course), and simply run ``$ pipenv install requests`` to instal the `requests `_ library, which is one of our favorites.
-Then, run ``$ pipenv shell`` to run a shell that will have a ``$ python`` available in which ``import reqests`` will function properly. Pretty simple :)
\ No newline at end of file
+Then, run ``$ pipenv shell`` to run a shell that will have a ``$ python`` available in which ``import reqests`` will function properly. Pretty simple :)
+
+For further instructions, check out `the Pipenv documentation `_.
\ No newline at end of file