Skip to content

Commit 70691aa

Browse files
committed
Fixed syntax errors that I missed on the intitial go-round.
1 parent 786fa5f commit 70691aa

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
@@ -24,10 +24,11 @@ You can install the package via composer:
2424
composer require dominion-solutions/filament-captcha
2525
```
2626
You will also need a Captcha Provider. Filament Captcha supports the following providers:
27-
|| Provider || Composer Package || Install Instructions ||
28-
| ---------- | ---------------- | ---------------------- |
27+
| Provider | Composer Package | Install Instructions |
28+
| -------- | ---------------- | -------------------- |
2929
| {m’e} Web Studio Captcha | `composer require mews/captcha` | [https://github.com/mewebstudio/captcha?tab=readme-ov-file#installation](https://github.com/mewebstudio/captcha?tab=readme-ov-file#installation) |
3030

31+
3132
You can publish the config file with:
3233

3334
```bash
@@ -41,7 +42,6 @@ php artisan vendor:publish --tag="filament-captcha-views"
4142
```
4243

4344
This is the contents of the published config file:
44-
4545
```php
4646
return [
4747
'engine' => env('CAPTCHA_ENGINE', 'mews'),

0 commit comments

Comments
 (0)