diff --git a/examples/with-nhost-auth-realtime-graphql/README.md b/examples/with-nhost-auth-realtime-graphql/README.md index 068f94e48ab7b..428b5a3c30ebe 100644 --- a/examples/with-nhost-auth-realtime-graphql/README.md +++ b/examples/with-nhost-auth-realtime-graphql/README.md @@ -17,9 +17,9 @@ Once you have created a Nhost project and have access to [the environment variab Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) with [npm](https://docs.npmjs.com/cli/init) or [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/) to bootstrap the example: ```bash -npx create-next-app --example nhost nhost-app +npx create-next-app --example with-nhost-auth-realtime-graphql nhost-app # or -yarn create next-app --example nhost nhost-app +yarn create next-app --example with-nhost-auth-realtime-graphql nhost-app ``` ## Configuration