Skip to content

Commit 8f1326b

Browse files
authored
Update README.md
1 parent 04a649d commit 8f1326b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,13 +261,13 @@ Example Usage
261261

262262

263263
``` php
264-
GoogleReCaptchaV3::setAction($action)->verifyResponse($value)->isSuccess();
264+
GoogleReCaptchaV3::setAction($action)->verifyResponse($value)->isSuccess();
265265
```
266266

267267
If you manually assign a value to setScore($score), the code will fully skip your config file and force to check the score.
268268

269269
``` php
270-
GoogleReCaptchaV3::setScore($score)
270+
GoogleReCaptchaV3::setScore($score)
271271
->setAction($action)
272272
->verifyResponse(
273273
$request->input('g-recaptcha-response'),

0 commit comments

Comments
 (0)