improve casing

This commit is contained in:
freek 2018-12-03 09:09:41 +01:00
parent 89ace08139
commit f16267dc41
2 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ Once the package is installed, you can publish the configuration file using:
php artisan vendor:publish --provider="BeyondCode\LaravelWebSockets\WebSocketsServiceProvider" --tag="config" php artisan vendor:publish --provider="BeyondCode\LaravelWebSockets\WebSocketsServiceProvider" --tag="config"
``` ```
To start the websocket server, use: To start the WebSocket server, use:
``` ```
php artisan websockets:serve php artisan websockets:serve

View File

@ -39,12 +39,12 @@ return [
], ],
/* /*
* The maximum request size in kilobytes that is allowed for an incoming websocket request. * The maximum request size in kilobytes that is allowed for an incoming WebSocket request.
*/ */
'max_request_size_in_kb' => 250, 'max_request_size_in_kb' => 250,
/* /*
* Define the optional SSL context for your websocket connections. * Define the optional SSL context for your WebSocket connections.
* You can see all available options at: http://php.net/manual/en/context.ssl.php * You can see all available options at: http://php.net/manual/en/context.ssl.php
*/ */
'ssl' => [ 'ssl' => [