From fca21076e03c558f2977e8585ae8362dd35d1958 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Sat, 14 Nov 2020 16:38:23 +0000 Subject: [PATCH] Docs: Revert an accidental revert of this package name. See #51414, #50768 git-svn-id: https://develop.svn.wordpress.org/trunk@49598 602fd350-edb4-49c9-b593-d223f7449a82 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.