diff options
author | Timmy Willison <4timmywil@gmail.com> | 2019-04-02 12:31:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-02 12:31:43 -0400 |
commit | 9b9fca45f37b32849771685d12d770d5b88435cf (patch) | |
tree | 32f42e08a23fce1646846159f01dcdaa3fbaff62 | |
parent | a2a73db99c059cc1dc893c981e87f5e2bbc8b411 (diff) | |
download | jquery-9b9fca45f37b32849771685d12d770d5b88435cf.tar.gz jquery-9b9fca45f37b32849771685d12d770d5b88435cf.zip |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ Environments in which to use jQuery What you need to build your own jQuery -------------------------------------- -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. +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. For Windows, you have to download and install [git](https://git-scm.com/downloads) and [Node.js](https://nodejs.org/en/download/). |