Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanDaDeng authored Jan 26, 2019
1 parent e322dd3 commit efb9e9d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ After installation, you should see a googlerecaptchav3.php in your app/config fo
## Configurations <a name="settings" />
### Setting up your Google reCAPTCHA details in config file

Please register all details in config for host_name, site_key, secret_key and site_verify_url.
Please register all details in config for site_key and secret_key.

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

#### Example Usage

``` html
Register your action in config, also enable score and set up your own site key and secret key:


``` php
'setting' => [
[
Expand Down

0 comments on commit efb9e9d

Please sign in to comment.