Skip to content

Commit 99cf745

Browse files
committed
Merge remote-tracking branch 'origin/master'
# Conflicts: # README.md
2 parents 8b7887e + b6952f0 commit 99cf745

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ If you only need to use Vue component, feel free to copy it.
2323

2424
A star would be a nice encouragement. ^.^
2525

26-
Future improvement (Will be done in 1-2 days, everything will still be compatible with all test cases):
27-
1. Minor advanced code decouple and performance improvement
28-
2. Add Comments
29-
30-
3126
# Table of Contents
3227
1. [Installation](#installation)
3328
2. [Configurations](#settings)
@@ -134,9 +129,9 @@ Specify your Score threshold and action in 'setting', e.g.
134129
``` php
135130
'setting' = [
136131
[
137-
'action' => 'contact_us', // Google reCAPTCHA required paramater
138-
'threshold' => 0.2, // score threshold
139-
'is_enabled' => false // if this is true, the system will do score comparsion against your threshold for the action
132+
'action' => 'contact_us', // Google reCAPTCHA required paramater
133+
'threshold' => 0.2, // score threshold
134+
'score_comparision' => false // if this is true, the system will do score comparsion against your threshold for the action
140135
],
141136
[
142137
'action' => 'signup',
@@ -231,7 +226,7 @@ If you manually assign a value to setScore($score), the code will fully skip you
231226

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

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

236231
``` html
237232
{!! GoogleReCaptchaV3::init() !!}

0 commit comments

Comments
 (0)