Skip to content

Commit fe3e71f

Browse files
authored
Update README.md
1 parent 653ef28 commit fe3e71f

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
@@ -186,7 +186,7 @@ Create two functions in controller:
186186
}
187187
```
188188

189-
Create your form:
189+
Create your form in index.blade.php:
190190
``` php
191191
{!! GoogleReCaptchaV3::requireJs() !!}
192192

@@ -198,7 +198,7 @@ Create your form:
198198
</form>
199199
```
200200

201-
Go to /index and click submit button and you should see an error message that Score does not meet the treshhold as we set the threshold >2. You can play around the controller to see all outcomes. Importantly, you need to wait the script to load and render the input before clicking the submit button.
201+
Go to /index and click submit button and you should see an error message that 'Score does not meet the treshhold' because the threshold >2. You can play around the controller to see all outcomes. Importantly, you need to wait the script to load and render the token before clicking the submit button.
202202

203203
## Advanced Usage
204204

0 commit comments

Comments
 (0)