Skip to content

Commit

Permalink
Merge pull request #138 from JamesNock/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Nielsvanpach authored Nov 6, 2024
2 parents 444800d + e392d0f commit 08e1cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ composer require spatie/laravel-honeypot
Optionally, you can publish the config file of the package.

```bash
php artisan vendor:publish --provider="Spatie\Honeypot\HoneypotServiceProvider" --tag=config
php artisan vendor:publish --provider="Spatie\Honeypot\HoneypotServiceProvider" --tag="honeypot-config"
```

This is the content of the config file that will be published at `config/honeypot.php`:
Expand Down

0 comments on commit 08e1cc1

Please sign in to comment.