From 54db5e0b4645dc7baa4f0908e707b6f51305cbe4 Mon Sep 17 00:00:00 2001 From: Kyle Kelley Date: Sun, 24 Mar 2013 18:06:33 -0300 Subject: [PATCH] Verb fix in README.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 917878ee..67a4c90a 100644 --- a/README.rst +++ b/README.rst @@ -82,7 +82,7 @@ You can see the complete list with the expected:: 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:: $ gunicorn [OPTIONS] APP_MODULE @@ -99,7 +99,7 @@ Example with test app:: 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:: $ gunicorn_django [OPTIONS] [SETTINGS_PATH]