From 09e7caa685d01368e02c618ff248db3118c5739e Mon Sep 17 00:00:00 2001 From: zackg2 <50543862+zackg2@users.noreply.github.com> Date: Sun, 10 May 2026 09:31:45 +0100 Subject: [PATCH] Update quick-start-guide.mdx --- postgraphile/website/postgraphile/quick-start-guide.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgraphile/website/postgraphile/quick-start-guide.mdx b/postgraphile/website/postgraphile/quick-start-guide.mdx index 97c57be26d..9a3dc8922f 100644 --- a/postgraphile/website/postgraphile/quick-start-guide.mdx +++ b/postgraphile/website/postgraphile/quick-start-guide.mdx @@ -205,7 +205,7 @@ With this configuration in place, we no longer need to pass the flags, so we can just run PostGraphile as: ```bash npm2yarn -npx postgraphile +npm exec postgraphile ``` ### Writing GraphQL Queries