Skip to content

Commit d0f4e2d

Browse files
authored
fix(supabase_flutter): update readme.md on the notes about broadcast (supabase#589)
fix: update broadcast bypassing the database
1 parent 69c1081 commit d0f4e2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ myChannel.on(
207207

208208
#### [Broadcast](https://supabase.com/docs/guides/realtime#broadcast)
209209

210-
Broadcast lets you send and receive low latency messages between connected clients without bypassing the database.
210+
Broadcast lets you send and receive low latency messages between connected clients by bypassing the database.
211211

212212
```dart
213213
final myChannel = supabase.channel('my_channel');

packages/supabase_flutter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ myChannel.on(
274274

275275
#### [Broadcast](https://supabase.com/docs/guides/realtime#broadcast)
276276

277-
Broadcast lets you send and receive low latency messages between connected clients without bypassing the database.
277+
Broadcast lets you send and receive low latency messages between connected clients by bypassing the database.
278278

279279
```dart
280280
final myChannel = supabase.channel('my_channel');

0 commit comments

Comments
 (0)