Skip to content

Commit ed5645e

Browse files
authored
Make source of response clearer
1 parent f911286 commit ed5645e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ This library comes in when you need to verify the user's response. On the PHP
6666
side you need the response from the reCAPTCHA service and secret key from your
6767
credentials. Instantiate the `ReCaptcha` class with your secret key, specify any
6868
additional validation rules, and then call `verify()` with the reCAPTCHA
69-
response and user's IP address. For example:
69+
response (usually in `$_POST['g-recaptcha-response']` or the response from
70+
`grecaptcha.execute()` in JS which is in `$gRecaptchaResponse` in the example)
71+
and user's IP address. For example:
7072

7173
```php
7274
<?php

0 commit comments

Comments
 (0)