Skip to content

Commit f85a87d

Browse files
committed
Fix vendor:publish command provider tag in readme
1 parent 58bdb8a commit f85a87d

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
@@ -21,7 +21,7 @@ composer require tomkeyte/laravel-http2-push
2121
Publish the configuration (recommended):
2222

2323
```bash
24-
php artisan vendor:publish --provider="tomkeyte\LaravelHttp2Push\Http2PushServiceProvider"
24+
php artisan vendor:publish --provider="TomKeyte\LaravelHttp2Push\Http2PushServiceProvider"
2525
```
2626

2727
### Server config

0 commit comments

Comments
 (0)