commit 767bf2fb55ee522258d26fe6b56852f2eedd95d3 parent 558b00e3a035baa6a40316ea5d39763e19dc82ea Author: Andreas Gruhler <andreas.gruhler@adfinis.com> Date: Tue, 4 Apr 2023 01:16:13 +0200 chore: change wording in Readme Diffstat:
M | README.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -72,7 +72,7 @@ create trigger on_auth_user_created for each row execute procedure public.handle_new_judge(); ``` -Lastly, enable [PostgreSQL publication](https://www.postgresql.org/docs/current/logical-replication-publication.html) to enable [Supabase realtime feature for Postgres changes](https://supabase.com/docs/guides/realtime/extensions/postgres-changes): +Lastly, enable [PostgreSQL publication](https://www.postgresql.org/docs/current/logical-replication-publication.html) for the [Supabase realtime feature for Postgres changes](https://supabase.com/docs/guides/realtime/extensions/postgres-changes): ```sql begin;