Skip to content

Commit cf13d21

Browse files
authored
Update README.md
1 parent 7953921 commit cf13d21

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Example Usage
107107

108108
```
109109

110-
Note: all actions should be registered in googlerecaptchav3 config file in 'setting' section.
110+
Note: For score comparision, all actions should be registered in googlerecaptchav3 config file under 'setting' section.
111111

112112
You can also customise your own template under googlerecaptchav3 folder.
113113

@@ -122,9 +122,6 @@ You can also customise your own template under googlerecaptchav3 folder.
122122
];
123123
```
124124

125-
'g-recaptcha-response' is the name of your input field, which is currently hard-coded.
126-
127-
GoogleReCaptchaValidationRule($actionName, $ip) which accepts two optional parameters:
128125
- $actionName: if its NULL, the package won't verify action with google response.
129126

130127
#### Facade Class
@@ -138,7 +135,6 @@ $action: Google reCAPTCHA definition
138135

139136
$response: which is a value comes from g-recaptcha-response
140137

141-
$ip: optional
142138

143139
## Advanced Usage
144140

0 commit comments

Comments
 (0)