diff --git a/README.md b/README.md
index 14e6dceac3..82fc5776b7 100644
|
a
|
b
|
You will need Node and npm installed on your computer. Node is a JavaScript runt |
| 35 | 35 | |
| 36 | 36 | If you are not using a package manager, see the [Node.js download page](https://nodejs.org/en/download/) for installers and binaries. |
| 37 | 37 | |
| 38 | | **Note:** WordPress currently only supports Node.js `14.x` and npm `6.x`. |
| | 38 | **Note:** WordPress currently only supports Node.js `16.x` and npm `8.x`. |
| 39 | 39 | |
| 40 | 40 | You will also need [Docker](https://www.docker.com/products/docker-desktop) installed and running on your computer. Docker is the virtualization software that powers the local development environment. Docker can be installed just like any other regular application. |
| 41 | 41 | |