diff --git a/skills/supabase/references/realtime/postgres-changes.md b/skills/supabase/references/realtime/postgres-changes.md index f3f0320..92e266d 100644 --- a/skills/supabase/references/realtime/postgres-changes.md +++ b/skills/supabase/references/realtime/postgres-changes.md @@ -7,7 +7,7 @@ tags: realtime, postgres_changes, database, subscribe, publication ## Listen to Database Changes with Postgres Changes -Postgres Changes streams database changes via logical replication. Note: **Broadcast is recommended for new applications** due to better scalability. +Postgres Changes streams database changes via logical replication. Note: **Broadcast is recommended for applications that demand higher scalability**. ## When to Use Postgres Changes