From 0ab5843d09a608cf135ec35513fa0a8bdb6e4ee6 Mon Sep 17 00:00:00 2001 From: sacOO7 Date: Thu, 19 Sep 2024 19:06:38 +0530 Subject: [PATCH] Updated doc comment as per review comment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 421c99e..60294ac 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ ABLY_KEY=ROOT_API_KEY_COPIED_FROM_ABLY_WEB_DASHBOARD 'key' => env('ABLY_KEY') ], ``` -- Please take a look at [server-side broadcasting config](https://laravel.com/docs/broadcasting#configuration) for more information. +- For more information, refer to the [server-side broadcasting configuration documentation](https://laravel.com/docs/broadcasting#configuration). Finally, you are ready to install and configure [Ably Laravel Echo](https://github.com/ably-forks/echo/), which will receive the broadcast events on the client-side.