Skip to content

Commit

Permalink
Fixed syntax errors that I missed on the intitial go-round. (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
spam-n-eggs authored Feb 2, 2024
1 parent 696a0a6 commit 48c62fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ You can install the package via composer:
composer require dominion-solutions/filament-captcha
```
You will also need a Captcha Provider. Filament Captcha supports the following providers:
|| Provider || Composer Package || Install Instructions ||
| ---------- | ---------------- | ---------------------- |
| Provider | Composer Package | Install Instructions |
| -------- | ---------------- | -------------------- |
| {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) |


You can publish the config file with:

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

This is the contents of the published config file:

```php
return [
'engine' => env('CAPTCHA_ENGINE', 'mews'),
Expand Down

0 comments on commit 48c62fc

Please sign in to comment.