diff --git a/docs/upgrading.md b/docs/upgrading.md index 164f500efc3a6..f59f4a1522c9e 100644 --- a/docs/upgrading.md +++ b/docs/upgrading.md @@ -142,7 +142,13 @@ There were no breaking changes between version 9 and 10. To upgrade run the following command: ``` -npm install next@latest +npm install next@10 +``` + +Or using `yarn`: + +``` +yarn add next@10 ``` ## Upgrading from version 8 to 9