aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDouglas Neiner <doug@pixelgraphics.us>2010-06-14 11:49:30 -0400
committerwycats <wycats@gmail.com>2010-06-19 22:29:49 -0700
commite61d7d12e2e4c93e834e71aa6b3bd8b410a9dce6 (patch)
treee61cdf86a53d4b946375d19385795e79fddb4590 /README.md
parentc2976e68ff043ebf61bbbaad019667eabdb07211 (diff)
downloadjquery-e61d7d12e2e4c93e834e71aa6b3bd8b410a9dce6.tar.gz
jquery-e61d7d12e2e4c93e834e71aa6b3bd8b410a9dce6.zip
Edits to README after Karl's review
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index c48167fa7..59c5bce78 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ You now have **three** options for building jQuery:
* **`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.
-* **`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).
+* **`rake`**: If you have Ruby Rake installed (on either Windows or UNIX/Linux), you can simply type `rake` to build all the components.
* **`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].
@@ -27,7 +27,7 @@ the following to make all versions of jQuery:
make
-*Here are each of the individual items that are buildable from the Makefile:*
+*Here are the individual items that are buildable from the Makefile:*
make init
@@ -59,7 +59,7 @@ Finally, you can remove all the built files using the command:
Building to a different directory
----------------------------------
-If you want to install jQuery to a location that is not this directory, you can...
+If you want to build jQuery to a directory that is different from the default location, you can...
**Make only:** Specify the PREFIX directory, for example: