Skip to content

Commit

Permalink
Update example path for authsignal/passwordless-login (#45387)
Browse files Browse the repository at this point in the history
  • Loading branch information
sepiropht authored Jan 29, 2023
1 parent 13b32ba commit 87e0c3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/authsignal/passwordless-login/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)).
Expand Down

0 comments on commit 87e0c3d

Please sign in to comment.