From a35ea70530f96f4ddcc6556e8bb0ea533d132662 Mon Sep 17 00:00:00 2001 From: Han Qiao Date: Wed, 23 Jul 2025 15:45:46 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70bf28b..5835c57 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ steps: with: version: latest - run: supabase db start - # Optionally connect to the database using psql + # Optionally connect to the local database using psql - run: psql 'postgres://postgres:postgres@localhost:54322/postgres' -c '' ```