Skip to content

Commit 08e1cc1

Browse files
authored
Merge pull request #138 from JamesNock/patch-1
Update README.md
2 parents 444800d + e392d0f commit 08e1cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ composer require spatie/laravel-honeypot
4444
Optionally, you can publish the config file of the package.
4545

4646
```bash
47-
php artisan vendor:publish --provider="Spatie\Honeypot\HoneypotServiceProvider" --tag=config
47+
php artisan vendor:publish --provider="Spatie\Honeypot\HoneypotServiceProvider" --tag="honeypot-config"
4848
```
4949

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

0 commit comments

Comments
 (0)