From a13891a76e993cf83cf45c29649c64c0793a790e Mon Sep 17 00:00:00 2001 From: Julien Zapata Duque <48630731+JulienZD@users.noreply.github.com> Date: Sat, 30 Oct 2021 13:11:10 +0200 Subject: [PATCH] correct Next.js 11 upgrade instructions --- docs/upgrading.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/upgrading.md b/docs/upgrading.md index ad40d71a1c12f..7b394e02bc193 100644 --- a/docs/upgrading.md +++ b/docs/upgrading.md @@ -92,18 +92,18 @@ Or using `yarn`: yarn add react@latest react-dom@latest ``` -### Upgrade Next.js version to latest +### Upgrade Next.js version to 11 To upgrade you can run the following command in the terminal: ``` -npm install next@latest +npm install next@11 ``` or ``` -yarn add next@latest +yarn add next@11 ``` ### Webpack 5