From 0dffb14f00e3e56a17745ffa1f860b0257356b7e Mon Sep 17 00:00:00 2001 From: "Mohd. Nisab" Date: Tue, 29 Oct 2024 01:05:46 +0530 Subject: [PATCH] updated upgrade to v15 command in docs (#71643) --- .../01-building-your-application/11-upgrading/02-version-15.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/02-app/01-building-your-application/11-upgrading/02-version-15.mdx b/docs/02-app/01-building-your-application/11-upgrading/02-version-15.mdx index 3b444a826784f..54a71f015ad2c 100644 --- a/docs/02-app/01-building-your-application/11-upgrading/02-version-15.mdx +++ b/docs/02-app/01-building-your-application/11-upgrading/02-version-15.mdx @@ -16,7 +16,7 @@ npx @next/codemod@canary upgrade latest If you prefer to do it manually, ensure that you're installing the latest Next & React RC, e.g.: ```bash filename="Terminal" -npm i next@canary react@rc react-dom@rc eslint-config-next@rc +npm i next@latest react@rc react-dom@rc eslint-config-next@latest ``` > **Good to know:**