From 3ad5ee9120f4c6274073f69595af5afe74b4e769 Mon Sep 17 00:00:00 2001 From: benoitc Date: Sat, 8 Mar 2014 18:13:38 -0800 Subject: [PATCH] fix title levels --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index dade0278..90ad2ec2 100644 --- a/README.rst +++ b/README.rst @@ -97,12 +97,12 @@ Example with test app:: $ gunicorn --workers=2 test:app Integration -=========== +----------- We also provide integration for both Django and Paster applications. Django ------- +++++++ gunicorn just needs to be called with a the location of a WSGI application object.: @@ -129,7 +129,7 @@ add your application path to PYTHONPATH using the option. paster serve ------------- +++++++++++++ If you are a user/developer of a paste-compatible framework/app (as Pyramid, Pylons and Turbogears) you can use the gunicorn