diff --git a/docs/extensions.rst b/docs/extensions.rst index 7a558138..b2524438 100644 --- a/docs/extensions.rst +++ b/docs/extensions.rst @@ -9,7 +9,7 @@ Finding Extensions Flask extensions are listed on the `Flask Extension Registry`_ and can be downloaded with ``easy_install`` or ``pip``. If you add a Flask extension -as dependency to your ``requirements.rst`` or :file:`setup.py` file they are +as dependency to your :file:`requirements.txt` or :file:`setup.py` file they are usually installed with a simple command or when your application installs. Using Extensions