Skip to content

Commit e61d7d1

Browse files
dcneinerwycats
authored andcommitted
Edits to README after Karl's review
1 parent c2976e6 commit e61d7d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You now have **three** options for building jQuery:
1313

1414
* **`make`**: If you have access to common UNIX commands (like `make`, `mkdir`, `rm`, `cat`, and `echo`) then simply type `make` to build all the components.
1515

16-
* **`rake`**: If you have Ruby Rake installed, you can simply type `rake` to build all the components. This method works on both Windows and UNIX/Linux systems (with Rake installed).
16+
* **`rake`**: If you have Ruby Rake installed (on either Windows or UNIX/Linux), you can simply type `rake` to build all the components.
1717

1818
* **`ant`**: If you have Ant installed (or are on Windows and don't have access to make). You can download Ant from here: [http://ant.apache.org/bindownload.cgi].
1919

@@ -27,7 +27,7 @@ the following to make all versions of jQuery:
2727

2828
make
2929

30-
*Here are each of the individual items that are buildable from the Makefile:*
30+
*Here are the individual items that are buildable from the Makefile:*
3131

3232
make init
3333

@@ -59,7 +59,7 @@ Finally, you can remove all the built files using the command:
5959
Building to a different directory
6060
----------------------------------
6161

62-
If you want to install jQuery to a location that is not this directory, you can...
62+
If you want to build jQuery to a directory that is different from the default location, you can...
6363

6464
**Make only:** Specify the PREFIX directory, for example:
6565

0 commit comments

Comments
 (0)