Skip to content

Commit 818e1ab

Browse files
authored
Update README.md
1 parent 4116782 commit 818e1ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,11 @@ Please register all details on host_name, site_key, secret_key and site_verify_u
6767
Specify your Score threshold and action in 'setting', e.g.
6868
``` php
6969
'setting' = [
70+
[
7071
'action' => 'contact_us', // Google reCAPTCHA required paramater
7172
'threshold' => 0.2, // score threshold
7273
'is_enabled' => false // if this is true, the system will do score comparsion against your threshold for the action
74+
]
7375
]
7476
```
7577
Note: if you want to enable Score Comparision, you also need to enable is_score_enabled to be true.

0 commit comments

Comments
 (0)