diff options
author | Christian Oliff <christianoliff@pm.me> | 2019-12-03 20:35:48 +0900 |
---|---|---|
committer | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2019-12-03 12:35:48 +0100 |
commit | 5a3e0664d261422f11a78faaf101d70c73b3a5a8 (patch) | |
tree | 23b24e5b56744c893de95e35f3e752535b847e94 | |
parent | 9fd2fa5388dba5c71129a1d9e3bb8e4fe6e4eb0b (diff) | |
download | jquery-5a3e0664d261422f11a78faaf101d70c73b3a5a8.tar.gz jquery-5a3e0664d261422f11a78faaf101d70c73b3a5a8.zip |
Docs: Change OS X to macOS in README
macOS has been around for long enough to update the naming here.
Closes gh-4552
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ To build jQuery, you need to have the latest Node.js/npm and git 1.7 or later. E For Windows, you have to download and install [git](https://git-scm.com/downloads) and [Node.js](https://nodejs.org/en/download/). -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, and `brew install node` to install Node.js. Linux/BSD users should use their appropriate package managers to install git and Node.js, or build from source |