From f53e98618003057f06acb13ecbc7d824743162c6 Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Tue, 25 Aug 2026 15:52:26 +0300 Subject: [PATCH] docs: improve README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eabd834..d05909d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # React Adonis Transmit 🚀 Seamless Server-Sent Events integration for React applications using AdonisJS Transmit. @@ -56,6 +58,7 @@ function App() { 2. Subscribe to channels with our simple hook: ```tsx +import { useEffect } from 'react' import { useTransmit } from 'react-adonis-transmit' function MyComponent() { @@ -161,4 +164,4 @@ Coverage thresholds are set to 80% for: - Branches - Functions - Lines -- Statements \ No newline at end of file +- Statements