Skip to content

Commit efb9e9d

Browse files
authored
Update README.md
1 parent e322dd3 commit efb9e9d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ After installation, you should see a googlerecaptchav3.php in your app/config fo
129129
## Configurations <a name="settings" />
130130
### Setting up your Google reCAPTCHA details in config file
131131

132-
Please register all details in config for host_name, site_key, secret_key and site_verify_url.
132+
Please register all details in config for site_key and secret_key.
133133

134134
Specify your Score threshold and action in 'setting', e.g.
135135
``` php
@@ -238,8 +238,9 @@ Include Template script in your bottom/header of your page, params should follow
238238

239239
#### Example Usage
240240

241-
``` html
242241
Register your action in config, also enable score and set up your own site key and secret key:
242+
243+
243244
``` php
244245
'setting' => [
245246
[

0 commit comments

Comments
 (0)