Skip to content

Commit 622c360

Browse files
authored
Update README.md
1 parent 684f81c commit 622c360

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ Specify your Score threshold and action in 'setting', e.g.
134134
``` php
135135
'setting' = [
136136
[
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
137+
'action' => 'contact_us', // Google reCAPTCHA required paramater
138+
'threshold' => 0.2, // score threshold
139+
'score_comparision' => false // if this is true, the system will do score comparsion against your threshold for the action
140140
],
141141
[
142142
'action' => 'signup',

0 commit comments

Comments
 (0)