Skip to content

Commit 4fbe69b

Browse files
committed
updated feature
1 parent fa9a949 commit 4fbe69b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,12 @@ Register your action in config, also enable score and set up your own site key a
230230
'action' => 'contact_us',
231231
'threshold' => 2,
232232
'score_comparision' => true
233-
]
233+
],
234+
[
235+
'action' => 'signup',
236+
'threshold' => 0.2,
237+
'score_comparision' => true
238+
],
234239
]
235240
```
236241

0 commit comments

Comments
 (0)