From 9e5e2d912857b9a5b0de3d8cffa717e6ae5c96d8 Mon Sep 17 00:00:00 2001 From: Carlos Fung Date: Mon, 24 Feb 2025 18:04:08 +0100 Subject: [PATCH] Update interactive.md Updated npm install command --- articles/quickstart/webapp/nextjs/interactive.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/quickstart/webapp/nextjs/interactive.md b/articles/quickstart/webapp/nextjs/interactive.md index 52708f508c..fd5e29e63b 100644 --- a/articles/quickstart/webapp/nextjs/interactive.md +++ b/articles/quickstart/webapp/nextjs/interactive.md @@ -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 Route Handlers on the backend and React Context with React Hooks on the frontend.