From a603734d800bba45d61695923363b06ea6206db3 Mon Sep 17 00:00:00 2001 From: Bruno Bigras Date: Thu, 1 Nov 2012 23:14:19 -0300 Subject: [PATCH] Fix a misspelled command in README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 05e8784e..ea6a9559 100644 --- a/README.rst +++ b/README.rst @@ -138,7 +138,7 @@ apologize for the lack of script name creativity. And some usage:: Simple example:: $ cd yourpasteproject - $ gunicorn_paste --workers=2 development.ini + $ gunicorn_paster --workers=2 development.ini If you're wanting to keep on keeping on with the usual paster serve command, you can specify the Gunicorn server settings in your configuration file::