From 5a3e0664d261422f11a78faaf101d70c73b3a5a8 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Tue, 3 Dec 2019 20:35:48 +0900 Subject: [PATCH] Docs: Change OS X to macOS in README macOS has been around for long enough to update the naming here. Closes gh-4552 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8327fdc02..376faed0a 100644 --- a/README.md +++ b/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 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 -- 2.39.5