Link typo.

Commit
44e34363675b39c9dc465568abe5b6117dcc12ef
Author
blendoit <blendoit@gmail.com>
Author date
Committer
blendoit <blendoit@gmail.com>
Committer date
README.org
index 9a6d7474..edc4b7b8 100644..100644
@@ -7,7 +7,7 @@
7 7
8 8 ** =Pipfile=
9 9 Inspecting this file reveals the Python dependencies required by the Flask application.
10 Removed: The convenient =pipenv= Python package bundles together the creation of virtual environments and populating these virtual environments using the same commands as =pip=. For more information on =pipenv=, visit [[https:github.com/pypa/pipenv][the official pipenv page]].
10 Added: The convenient =pipenv= Python package bundles together the creation of virtual environments and populating these virtual environments using the same commands as =pip=. For more information on =pipenv=, visit [[https:github.com/pypa/pipenvsimply][the official pipenv page]].
11 11
12 12 ** =Pipfile.lock=
13 13 This file contains checksums for the packages installed via =pipenv=.