diff --git a/README.md b/README.md index 1ce8b18..f70ed78 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,11 @@ invisibility is not possible. Beware that this library only works for Invisible ReCaptcha keys! Make sure to check the Invisible reCAPTCHA option when creating your [API Key](https://www.google.com/recaptcha/admin). +When using http://localhost domain make sure the `Verify the origin of reCAPTCHA solutions` tickbox is unchecked in Recaptcha Admin Console. + +![Example Verify Origin](https://raw.githubusercontent.com/rachitmishra/ReCaptcha/patch-1/example-verify-domain.png) + + ## Installation ReCaptcha is available through [CocoaPods](http://cocoapods.org) and [Carthage](https://github.com/Carthage/Carthage). @@ -42,7 +47,7 @@ extension for the ReCaptcha framework. ## Usage -Simply add `ReCaptchaKey` and `ReCaptchaDomain` (with a protocol) to your Info.plist and run: +Simply add `ReCaptchaKey` and `ReCaptchaDomain` (with a protocol ex. http:// or https://) to your Info.plist and run: ``` swift let recaptcha = try? ReCaptcha() diff --git a/example-verify-domain.png b/example-verify-domain.png new file mode 100644 index 0000000..fd35e55 Binary files /dev/null and b/example-verify-domain.png differ