Skip to content

Commit

Permalink
copy correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaun Sephton committed Aug 10, 2011
1 parent 2bf3cd0 commit 1e189b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -37,7 +37,7 @@ Usage

Field
~~~~~
The quickest way to add reCAPTHCA to a form is to use the included ``ReCaptchaField`` field type. A ``ReCaptcha`` widget is rendered as the form field with the field validating itself without any further action required from you. For example::
The quickest way to add reCAPTHCA to a form is to use the included ``ReCaptchaField`` field type. A ``ReCaptcha`` widget will be rendered with the field validating itself without any further action required from you. For example::

from django import forms
from captcha.fields import ReCaptchaField
Expand Down

0 comments on commit 1e189b4

Please sign in to comment.