Skip to content

Commit

Permalink
Update interactive.md (#10507)
Browse files Browse the repository at this point in the history
Updated npm install command
  • Loading branch information
BcnCarlos authored Feb 24, 2025
1 parent 337c03c commit 4285f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articles/quickstart/webapp/nextjs/interactive.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ returnTo: 'http://localhost:3000'
Run the following command within your project directory to install the Auth0 Next.js SDK:

```sh
npm install @auth0/nextjs-auth0@beta
npm i @auth0/nextjs-auth0
```

The SDK exposes methods and variables that help you integrate Auth0 with your Next.js application using <a href="https://nextjs.org/docs/app/building-your-application/routing/route-handlers" target="_blank" rel="noreferrer">Route Handlers</a> on the backend and <a href="https://reactjs.org/docs/context.html" target="_blank" rel="noreferrer">React Context</a> with <a href="https://reactjs.org/docs/hooks-overview.html" target="_blank" rel="noreferrer">React Hooks</a> on the frontend.
Expand Down

0 comments on commit 4285f04

Please sign in to comment.