diff --git a/examples/with-next-auth/README.md b/examples/with-next-auth/README.md index ecbd6f9013f6b17d096aee5ccb73bea21af4aca6..729db33bf9a0afddb551d91f4026e5f398afffe5 100644 --- a/examples/with-next-auth/README.md +++ b/examples/with-next-auth/README.md @@ -21,9 +21,9 @@ It is vital that you know the deployment URL and define it in the environment fi 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 next-auth with-next-auth-app +npx create-next-app --example with-next-auth with-next-auth-app # or -yarn create next-app --example next-auth with-next-auth-app +yarn create next-app --example with-next-auth with-next-auth-app ``` ### Download manually