diff --git a/README.rst b/README.rst index 280c4a8a..1d43ba96 100644 --- a/README.rst +++ b/README.rst @@ -104,7 +104,7 @@ We also provide integration for both Django and Paster applications. Django ++++++ -Gunicorn will look for a WSGI callable named ``application`` in not specified. +Gunicorn will look for a WSGI callable named ``application`` if not specified. So for a typical Django project, invoking gunicorn would look like:: gunicorn myproject.wsgi diff --git a/docs/source/run.rst b/docs/source/run.rst index 5040a8bc..4a2a3915 100644 --- a/docs/source/run.rst +++ b/docs/source/run.rst @@ -53,7 +53,7 @@ We also provide integration for both Django and Paster applications. Django ------ -Gunicorn will look for a WSGI callable named ``application`` in not specified. +Gunicorn will look for a WSGI callable named ``application`` if not specified. So for a typical Django project, invoking gunicorn would look like:: gunicorn myproject.wsgi