Skip to content

Commit a4348bc

Browse files
authored
Merge pull request #38 from peterfox/patch-1
Update README.md
2 parents 3d0ae24 + dcc68bb commit a4348bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ composer require spatie/laravel-webhook-client
2525
You can publish the config file with:
2626

2727
```bash
28-
php artisan vendor:publish --provider="Spatie\WebhookClient\WebhookClientServiceProvider"
28+
php artisan vendor:publish --provider="Spatie\WebhookClient\WebhookClientServiceProvider" --tag="config"
2929
```
3030

3131
This is the contents of the file that will be published at `config/webhook-client.php`:

0 commit comments

Comments
 (0)