mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Verb fix in README.rst
This commit is contained in:
parent
b38ea24dc4
commit
54db5e0b46
@ -82,7 +82,7 @@ You can see the complete list with the expected::
|
|||||||
gunicorn
|
gunicorn
|
||||||
++++++++
|
++++++++
|
||||||
|
|
||||||
The first and most basic script is used to server 'bare' WSGI applications
|
The first and most basic script is used to serve 'bare' WSGI applications
|
||||||
that don't require a translation layer. Basic usage::
|
that don't require a translation layer. Basic usage::
|
||||||
|
|
||||||
$ gunicorn [OPTIONS] APP_MODULE
|
$ gunicorn [OPTIONS] APP_MODULE
|
||||||
@ -99,7 +99,7 @@ Example with test app::
|
|||||||
gunicorn_django
|
gunicorn_django
|
||||||
+++++++++++++++
|
+++++++++++++++
|
||||||
|
|
||||||
You might not have guessed it, but this script is used to server Django
|
You might not have guessed it, but this script is used to serve Django
|
||||||
applications. Basic usage::
|
applications. Basic usage::
|
||||||
|
|
||||||
$ gunicorn_django [OPTIONS] [SETTINGS_PATH]
|
$ gunicorn_django [OPTIONS] [SETTINGS_PATH]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user