Skip to content

Commit

Permalink
Merge pull request #92 from juliangeissler/patch-1
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
RyanDaDeng authored Jun 7, 2024
2 parents 8a0c299 + d3764de commit 0a9bfdd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Please check Google site: https://developers.google.com/recaptcha/docs/faq
## Features

- High Test coverage, safe and easy to use
- Score Comparision
- Score Comparison
- Support invisible, corner and inline badge style
- Support reCAPTCHA to run on every page
- Support multiple actions to be placed on the same page
Expand Down Expand Up @@ -97,7 +97,7 @@ This package requires the following dependencies:
Via Composer

``` sh
$ composer require timehunter/laravel-google-recaptcha-v3 "~2.5" -vvv
$ composer require timehunter/laravel-google-recaptcha-v3 "~2.5"
```

If your Laravel framework version <= 5.4, please register the service provider under your config file: /config/app.php, otherwise please skip it.
Expand Down Expand Up @@ -167,7 +167,7 @@ Specify your Score threshold and action in 'setting', e.g.


```
Note: if you want to enable Score Comparision, you also need to enable is_score_enabled to be true.
Note: if you want to enable Score Comparison, you also need to enable is_score_enabled to be true.
``` php

...
Expand All @@ -176,7 +176,7 @@ Note: if you want to enable Score Comparision, you also need to enable is_score_

```

For score comparision, all actions should be registered in googlerecaptchav3 config file under 'setting' section.
For score comparison, all actions should be registered in googlerecaptchav3 config file under 'setting' section.

For more details please check comments in config file.

Expand Down

0 comments on commit 0a9bfdd

Please sign in to comment.