]> source.dussan.org Git - jquery.git/commitdiff
Misc: Mac OS is now OS X, thanks @xfq
authorDave Methvin <dave.methvin@gmail.com>
Wed, 7 Jan 2015 02:04:17 +0000 (21:04 -0500)
committerDave Methvin <dave.methvin@gmail.com>
Wed, 7 Jan 2015 02:05:27 +0000 (21:05 -0500)
Closes gh-1970
(cherry picked from commit d30c482910bf35c5dbaec9c82174d1e6ae8839b5)

README.md

index 0858115a4bd583b30262069cf35af7cc5bc3af1c..3fd532856ff7823622b3c7267390d88d6bed0aca 100644 (file)
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ In order to build jQuery, you need to have the latest Node.js/npm and git 1.7 or
 
 For Windows, you have to download and install [git](http://git-scm.com/downloads) and [Node.js](http://nodejs.org/download/).
 
-Mac OS users should install [Homebrew](http://brew.sh/). Once Homebrew is installed, run `brew install git` to install git,
+OS X users should install [Homebrew](http://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