From e392d0f024018e271b898145398c5383db87fafa Mon Sep 17 00:00:00 2001 From: James Nock Date: Wed, 30 Oct 2024 07:31:48 +0000 Subject: [PATCH] Update README.md Fix config publishimg code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9af6cb2..d0c47f2 100644 --- a/README.md +++ b/README.md @@ -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`: