Skip to content

Commit 0a9bfdd

Browse files
authored
Merge pull request #92 from juliangeissler/patch-1
Update README
2 parents 8a0c299 + d3764de commit 0a9bfdd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Please check Google site: https://developers.google.com/recaptcha/docs/faq
6868
## Features
6969

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

9999
``` sh
100-
$ composer require timehunter/laravel-google-recaptcha-v3 "~2.5" -vvv
100+
$ composer require timehunter/laravel-google-recaptcha-v3 "~2.5"
101101
```
102102

103103
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.
167167

168168

169169
```
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.
171171
``` php
172172

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

177177
```
178178

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.
180180

181181
For more details please check comments in config file.
182182

0 commit comments

Comments
 (0)