Skip to content

Commit 4285f04

Browse files
authored
Update interactive.md (#10507)
Updated npm install command
1 parent 337c03c commit 4285f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/quickstart/webapp/nextjs/interactive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ returnTo: 'http://localhost:3000'
3535
Run the following command within your project directory to install the Auth0 Next.js SDK:
3636

3737
```sh
38-
npm install @auth0/nextjs-auth0@beta
38+
npm i @auth0/nextjs-auth0
3939
```
4040

4141
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.

0 commit comments

Comments
 (0)