We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent9fd2fa5 commit5a3e066Copy full SHA for 5a3e066
README.md
@@ -29,7 +29,7 @@ To build jQuery, you need to have the latest Node.js/npm and git 1.7 or later. E
29
30
For Windows, you have to download and install[git](https://git-scm.com/downloads) and[Node.js](https://nodejs.org/en/download/).
31
32
-OS X users should install[Homebrew](https://brew.sh/). Once Homebrew is installed, run`brew install git` to install git,
+macOS users should install[Homebrew](https://brew.sh/). Once Homebrew is installed, run`brew install git` to install git,
33
and`brew install node` to install Node.js.
34
35
Linux/BSD users should use their appropriate package managers to install git and Node.js, or build from source