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
This commit is contained in:
John Blackbourn 2020-11-14 16:38:23 +00:00
parent c19f56747f
commit fca21076e0

View File

@ -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.