From 0c34c4213b19c6d34f661f54772547a711c2f2cf Mon Sep 17 00:00:00 2001 From: Randall Leeds Date: Mon, 5 Aug 2013 22:04:53 -0700 Subject: [PATCH] typo --- docs/source/run.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/run.rst b/docs/source/run.rst index a01624f6..03cc5b1c 100644 --- a/docs/source/run.rst +++ b/docs/source/run.rst @@ -81,7 +81,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 Integration ===========