Skip to content

Commit 684f81c

Browse files
authored
Update README.md
1 parent 0b2ec4f commit 684f81c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,14 +231,12 @@ If you manually assign a value to setScore($score), the code will fully skip you
231231

232232
It's recommended to include reCAPTCHA v3 on every page which can help you get the most context about interactions for analytics.
233233

234-
In your main homepage or layout page, put the following script at the bottom of your page:
234+
In your main homepage or layout page, put the following script:
235235

236236
``` html
237237
{!! GoogleReCaptchaV3::background() !!}
238238
```
239239

240-
Note: the above script MUST be called after GoogleReCaptchaV3::render(), otherwise the google script might run multiple times.
241-
242240
You can also set the background reCAPTCHA as hidden or visible(bottomright):
243241

244242
``` php

0 commit comments

Comments
 (0)