Skip to content

Commit

Permalink
feature/client-testing: Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
AltusBarry committed Jan 14, 2019
1 parent cb76a9f commit ee94925
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ Installation
These can also be specificied per field by passing the ``public_key`` or
``private_key`` parameters to ``ReCaptchaField`` - see field usage below.

#. If you require a proxy, add a ``RECAPTCHA_PROXY`` setting, for example:
#. If you require a proxy, add a ``RECAPTCHA_PROXY`` setting dictionary:

.. code-block:: python
RECAPTCHA_PROXY = 'http://127.0.0.1:8000'
RECAPTCHA_PROXY = {'http://127.0.0.1:8000', 'https://127.0.0.1:8000'}
#. If you need to alter the reCAPTCHA verify url, specify it in the ``RECAPTCHA_VERIFY_ENDPOINT`` setting:

Expand Down

0 comments on commit ee94925

Please sign in to comment.