From f16267dc4166ef3c3abdd94e266b5f1c6525823d Mon Sep 17 00:00:00 2001 From: freek Date: Mon, 3 Dec 2018 09:09:41 +0100 Subject: [PATCH] improve casing --- README.md | 2 +- config/websockets.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f191385..bdc22a5 100644 --- a/README.md +++ b/README.md @@ -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" ``` -To start the websocket server, use: +To start the WebSocket server, use: ``` php artisan websockets:serve diff --git a/config/websockets.php b/config/websockets.php index b3aedfe..ef0d08e 100644 --- a/config/websockets.php +++ b/config/websockets.php @@ -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, /* - * 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 */ 'ssl' => [