From e61d7d12e2e4c93e834e71aa6b3bd8b410a9dce6 Mon Sep 17 00:00:00 2001 From: Douglas Neiner Date: Mon, 14 Jun 2010 11:49:30 -0400 Subject: [PATCH] Edits to README after Karl's review --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c48167f..59c5bce 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: -- 1.7.10.4