Skip to content

Commit 64fa595

Browse files
committed
updated readme
1 parent f10fbbd commit 64fa595

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,12 +150,13 @@ You can directly use registered facade service by calling the following methods.
150150
- verifyResponse() which accepts the token value from your form. This returns Google reCAPTCHA Response object.
151151
- setScore() is optional only if you want to manually verify the score.
152152

153+
154+
Example Usage
155+
153156
``` php
154157
GoogleReCaptchaV3::setAction($action)->verifyResponse($value,$ip = null);
155158
```
156159

157-
Example Usage
158-
159160
``` php
160161
GoogleReCaptchaV3::verifyResponse($value,$ip)->getMessage();
161162
GoogleReCaptchaV3::verifyResponse($value)->isSuccess();
@@ -494,6 +495,7 @@ Remember to register it in your own service provider
494495
Thank you for the following contributors, You guys are the BEST!
495496

496497
* [@xalunda](https://github.com/xalunda)
498+
* [@Fluxlicious](https://github.com/Fluxlicious)
497499

498500
## Security
499501

0 commit comments

Comments
 (0)