From 84e1723f0a2388f973dfa90873dceff566eb8226 Mon Sep 17 00:00:00 2001 From: Diyor Khanazarov <55789435+Diyor331@users.noreply.github.com> Date: Tue, 7 Oct 2025 16:55:55 +0500 Subject: [PATCH] feat: Second initialization of laravel_echo_client.dart --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c01657e..7c586d3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ To use this plugin, add `flutter_laravel_echo_client` as a dependency in your pu Import the library. ``` -import 'package:share_plus/share_plus.dart'; +import 'package:flutter_laravel_echo_client/laravel_echo_client.dart'; ``` ## Usage