From 401f1b55606c6993d734934c6ebb4627f53c72e0 Mon Sep 17 00:00:00 2001 From: muslax Date: Wed, 1 Jul 2020 18:02:18 +0700 Subject: [PATCH] Update README.md for next-auth-example (#14763) --- examples/with-next-auth/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/with-next-auth/README.md b/examples/with-next-auth/README.md index ecbd6f9013..729db33bf9 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 -- GitLab