From 5cb1f47e87153f2cbb778d1306a039f502cf908b Mon Sep 17 00:00:00 2001 From: Benoit Chesneau Date: Wed, 3 Feb 2010 18:56:19 +0100 Subject: [PATCH] serve and not server. spotted by @batok on irc. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 3eab9e5d..c014b385 100644 --- a/README.rst +++ b/README.rst @@ -76,7 +76,7 @@ For paste-compatible projects (like Pylons) use the `gunicorn_paste` command:: or usual paster command:: $ cd your pasteproject - $ paster server development.ini workers=2 + $ paster serve development.ini workers=2 In last case don't forget to add a server section for gunicorn. Here is an example that use gunicorn as main server::