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