From 87e0c3d6eecee17686f58693a04fa11624bfc6db Mon Sep 17 00:00:00 2001 From: William Mbotta Date: Sun, 29 Jan 2023 20:34:18 +0100 Subject: [PATCH] Update example path for authsignal/passwordless-login (#45387) --- examples/authsignal/passwordless-login/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/authsignal/passwordless-login/README.md b/examples/authsignal/passwordless-login/README.md index 2acdf21af43ba..90fcb911808cf 100755 --- a/examples/authsignal/passwordless-login/README.md +++ b/examples/authsignal/passwordless-login/README.md @@ -17,11 +17,11 @@ Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_mediu Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) with [npm](https://docs.npmjs.com/cli/init), [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/), or [pnpm](https://pnpm.io) to bootstrap the example: ```bash -npx create-next-app --example authsignal-passwordless authsignal-passwordless-app +npx create-next-app --example authsignal/passwordless-login authsignal-passwordless-app # or -yarn create next-app --example authsignal-passwordless authsignal-passwordless-app +yarn create next-app --example authsignal/passwordless-login authsignal-passwordless-app # or -pnpm create next-app --example authsignal-passwordless authsignal-passwordless-app +pnpm create next-app --example authsignal/passwordless-login authsignal-passwordless-app ``` Deploy it to the cloud with [Vercel](https://vercel.com/new?utm_source=github&utm_medium=readme&utm_campaign=next-example) ([Documentation](https://nextjs.org/docs/deployment)).