You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ You will need a basic understanding of how to use the command line on your compu
16
16
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:
17
17
18
18
* macOS: `brew install node`
19
-
* Windows: `choco install nodejs`
19
+
* Windows: `choco install node`
20
20
* Ubuntu: `apt install nodejs npm`
21
21
22
22
If you are not using a package manager, see the [Node.js download page](https://nodejs.org/en/download/) for installers and binaries.
0 commit comments