Skip to content

Commit ad706e1

Browse files
lukepolotomschlick
authored andcommitted
Fixed Typo (#7)
1 parent 9968675 commit ad706e1

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
@@ -26,7 +26,7 @@ Next add the service provider to your `config/app.php` file:
2626
Then add the middleware to your Http Kernel (`app/Http/Kernel.php`). Do so towards the end of the list.
2727
```php
2828
protected $middleware = [
29-
\Tomschlick\ServerPush\Http2ServerPushMiddleware::class,
29+
\TomSchlick\ServerPush\Http2ServerPushMiddleware::class,
3030
];
3131
```
3232

0 commit comments

Comments
 (0)