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