update the README for more readbility
authorMichael Bensoussan <mickey@seesmic.com>
Mon, 2 Nov 2009 21:40:00 +0000 (05:40 +0800)
committerJohn Resig <jeresig@gmail.com>
Tue, 3 Nov 2009 02:01:03 +0000 (10:01 +0800)
README.markdown

index f945b11..1c2fd43 100644 (file)
@@ -6,11 +6,11 @@ What you need to build your own jQuery
 ---------------------------------------
 * Make sure that you have Java installed (if you want to build a minified version of jQuery).
 If not, go to this page and download "Java Runtime Environment (JRE) 5.0"  
-http://java.sun.com/javase/downloads/index.jsp
+[http://java.sun.com/javase/downloads/index.jsp](http://java.sun.com/javase/downloads/index.jsp)
 
 * You now have two options for building jQuery, if you have access to common UNIX commands (like `make`, `mkdir`, `rm`, `cat`, and `echo`) then simply type `make` to build all the components.
 
-* The other option is 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
+* The other option is 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](http://ant.apache.org/bindownload.cgi)
 If you do have Ant, everytime (in this README) that I say 'make', do 'ant' instead - it works identically (for all intents and purposes).
 
 How to build your own jQuery
@@ -29,17 +29,17 @@ Pull in all the external dependencies (QUnit, Sizzle) for the project.
 
 `make jquery`
 
-The standard, uncompressed, jQuery code.
+The standard, uncompressed, jQuery code.  
 Makes: ./dist/jquery.js
 
 `make min`
 
-A compressed version of jQuery (made the YUI Minifier).
+A compressed version of jQuery (made the YUI Minifier).  
 Makes: ./dist/jquery.min.js
 
 `make selector`
 
-Builds the selector library for jQuery from Sizzle.
+Builds the selector library for jQuery from Sizzle.  
 Makes: ./src/selector.js
 
 Finally, you can remove all the built files using the command:
@@ -56,5 +56,5 @@ OR
 `make PREFIX=~/www/ docs`
 
 If you have any questions, please feel free to ask them on the jQuery
-mailing list, which can be found here:
-  http://docs.jquery.com/Discussion
+mailing list, which can be found here:  
+[http://docs.jquery.com/Discussion](http://docs.jquery.com/Discussion)