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