diff --git a/README.md b/README.md index 4373d2dff9..b28f322c8e 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ You will need a basic understanding of how to use the command line on your compu You will need Node and npm installed on your computer. Node is a JavaScript runtime used for developer tooling, and npm is the package manager included with Node. If you have a package manager installed for your operating system, setup can be as straightforward as: * macOS: `brew install node` -* Windows: `choco install node` +* Windows: `choco install nodejs` * Ubuntu: `apt install nodejs npm` If you are not using a package manager, see the [Node.js download page](https://nodejs.org/en/download/) for installers and binaries.