@@ -68,7 +68,7 @@ Please check Google site: https://developers.google.com/recaptcha/docs/faq
68
68
## Features
69
69
70
70
- High Test coverage, safe and easy to use
71
- - Score Comparision
71
+ - Score Comparison
72
72
- Support invisible, corner and inline badge style
73
73
- Support reCAPTCHA to run on every page
74
74
- Support multiple actions to be placed on the same page
@@ -97,7 +97,7 @@ This package requires the following dependencies:
97
97
Via Composer
98
98
99
99
``` sh
100
- $ composer require timehunter/laravel-google-recaptcha-v3 " ~2.5" -vvv
100
+ $ composer require timehunter/laravel-google-recaptcha-v3 " ~2.5"
101
101
```
102
102
103
103
If your Laravel framework version <= 5.4, please register the service provider under your config file: /config/app.php, otherwise please skip it.
@@ -167,7 +167,7 @@ Specify your Score threshold and action in 'setting', e.g.
167
167
168
168
169
169
```
170
- Note: if you want to enable Score Comparision , you also need to enable is_score_enabled to be true.
170
+ Note: if you want to enable Score Comparison , you also need to enable is_score_enabled to be true.
171
171
``` php
172
172
173
173
...
@@ -176,7 +176,7 @@ Note: if you want to enable Score Comparision, you also need to enable is_score_
176
176
177
177
```
178
178
179
- For score comparision , all actions should be registered in googlerecaptchav3 config file under 'setting' section.
179
+ For score comparison , all actions should be registered in googlerecaptchav3 config file under 'setting' section.
180
180
181
181
For more details please check comments in config file.
182
182
0 commit comments