Skip to content

Commit c1fb1bb

Browse files
authored
Merge pull request #4 from faabiopontes/patch-1
Update README.md
2 parents 773c2ed + 285ae49 commit c1fb1bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/coderflexx/laravel-turnstile/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/coderflexx/laravel-turnstile/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
66
[![Total Downloads](https://img.shields.io/packagist/dt/coderflex/laravel-turnstile.svg?style=flat-square)](https://packagist.org/packages/coderflex/laravel-turnstile)
77

8-
__Laravel Turnstile__, is a pacakge to help you implement [cloudflare turnstile](https://developers.cloudflare.com/turnstile/) eaisly, and with no time.
8+
__Laravel Turnstile__, is a package to help you implement [cloudflare turnstile](https://developers.cloudflare.com/turnstile/) easily, and with no time.
99

1010
## Installation
1111

@@ -62,7 +62,7 @@ return [
6262
```
6363

6464

65-
Optionally, you can publish the views using
65+
Optionally, you can publish the views using:
6666

6767
```bash
6868
php artisan vendor:publish --tag="turnstile-views"
@@ -84,7 +84,7 @@ If you want to test the widget, you can use the [Dummy site keys and secret keys
8484

8585
### Turnstile Widget Component
8686

87-
Since this package, it is so simple to use. Once you require it, you can use the turnstile widget in your form, like the following
87+
Once you require this package, you can use the turnstile widget in your form, like the following
8888

8989
```blade
9090
<x-turnstile-widget

0 commit comments

Comments
 (0)