Skip to content

Commit 07afc28

Browse files
committed
README: Improve build instructions
Thanks @NickStefan Ref 2e9c1ea
1 parent a953389 commit 07afc28

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@ Environments in which to use jQuery
2121
What you need to build your own jQuery
2222
--------------------------------------
2323

24-
In order to build jQuery, you need to have Node.js/npm latest and git 1.7 or later.
25-
(Earlier versions might work OK, but are not tested.)
24+
In order to build jQuery, you need to have the latest Node.js/npm and git 1.7 or later. Earlier versions might work, but are not supported.
2625

27-
For Windows you have to download and install [git](http://git-scm.com/downloads) and [Node.js](http://nodejs.org/download/).
26+
For Windows, you have to download and install [git](http://git-scm.com/downloads) and [Node.js](http://nodejs.org/download/).
2827

2928
Mac OS users should install [Homebrew](http://mxcl.github.com/homebrew/). Once Homebrew is installed, run `brew install git` to install git,
3029
and `brew install node` to install Node.js.
@@ -58,7 +57,7 @@ Make sure you have `grunt` installed by testing:
5857
grunt -v
5958
```
6059

61-
Now by running `grunt` command, in the jquery directory, you could build full version of jQuery, just like with `npm run build` command:
60+
Now by running the `grunt` command, in the jquery directory, you can build a full version of jQuery, just like with a `npm run build` command:
6261
```
6362
grunt
6463
```

0 commit comments

Comments
 (0)