Skip to content

Commit 0920e9f

Browse files
committed
1.3.1
1 parent 75eccf1 commit 0920e9f

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
@@ -65,10 +65,8 @@ The `email` and `content` params are required. The `checkForLength` parameter is
6565
if (\cloudgrayau\oopspam\OOPSpam::checkSpam($params, '<FORM LABEL>')){ /* passed */
6666
}
6767
?>
68-
69-
### Contextual Detection
7068

71-
If you would rather use contextual detection, the `content` and `contextual` params are required ONLY.
69+
If you would rather use **contextual detection**, the `content` and `contextual` params are required. The `email` param is optional and is used for checking against any manual rules. The `context`, and `checkForLength` parameters are also optional and can be set to override the configuration value.
7270

7371
<?php
7472
$params = [

0 commit comments

Comments
 (0)