diff --git a/www/apps/docs/content/create-medusa-app.mdx b/www/apps/docs/content/create-medusa-app.mdx index 32758f7647..2631a49e3a 100644 --- a/www/apps/docs/content/create-medusa-app.mdx +++ b/www/apps/docs/content/create-medusa-app.mdx @@ -104,7 +104,7 @@ In your terminal, run the following command: If you want to connect to a Supabase database, you must use the `--db-url` option with its value being the connection URL to your Supabase database. For example: ```bash - npx create-medusa-app@latest --db-url postgresql://postgres:@.supabase.co:5432/postgres + npx create-medusa-app@latest --db-url "postgres://postgres.:@aws-0-eu-central-1.pooler.supabase.com:5432/postgres" ``` :::note