From 5771976940c52229b19060a57b97c10e8e43093d Mon Sep 17 00:00:00 2001 From: Shaun Sephton Date: Wed, 10 Aug 2011 12:46:32 +0200 Subject: [PATCH] rst corrections --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 382e2462..cf358ee5 100644 --- a/README.rst +++ b/README.rst @@ -14,9 +14,10 @@ Installation #. Install or add ``django-recaptcha`` to your Python path. #. Optionally add a ``RECAPTCHA_USE_SSL`` setting to the project's ``settings.py`` file. This causes reCAPTCHA validation submits to be made over SSL, i.e.:: + RECAPTCHA_USE_SSL = True -If you don't add this setting the default behaviour is to **NOT** SSL. +If you don't add this setting the default behaviour is to **NOT** use SSL. Usage -----