diff --git a/docs/upgrading.md b/docs/upgrading.md index f53b2b6930b0..9f42281afaed 100644 --- a/docs/upgrading.md +++ b/docs/upgrading.md @@ -12,7 +12,7 @@ The minimum Node.js version has been bumped from 12.0.0 to 12.22.0 which is the ### Upgrade React version to latest -To upgrade you can run the following command: +The minimum required React version is `17.0.2`. To upgrade you can run the following command in the terminal: ``` npm install react@latest react-dom@latest