From ed9d8d675deb7d89cf4e87b83372daa5d98607cf Mon Sep 17 00:00:00 2001 From: Josef Kahoun <48121432+kahy9@users.noreply.github.com> Date: Mon, 24 May 2021 22:34:15 +0200 Subject: [PATCH] Updated example name --- examples/with-nhost-auth-realtime-graphql/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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