Skip to content

Commit 26ad651

Browse files
authored
Merge pull request #30 from maartenpaauw/patch-1
docs: update publish config artisan command
2 parents 0abc53d + 4af612c commit 26ad651

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
@@ -47,7 +47,7 @@ $app->withFacades();
4747

4848
Optionally in Laravel publish the config file with:
4949
```bash
50-
php artisan vendor:publish --provider="Bilfeldt\LaravelHttpClientLogger\LaravelHttpClientLoggerServiceProvider" --tag="laravel-http-client-logger-config"
50+
php artisan vendor:publish --provider="Bilfeldt\LaravelHttpClientLogger\LaravelHttpClientLoggerServiceProvider" --tag="http-client-logger-config"
5151
```
5252

5353
## Usage

0 commit comments

Comments
 (0)