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 '' ```