Skip to content

Commit c2976e6

Browse files
dcneinerwycats
authored andcommitted
Minor changes to README
1 parent 4e337f5 commit c2976e6

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33

44
What you need to build your own jQuery
55
---------------------------------------
6-
* Make sure that you have Java installed (if you want to build a minified version of jQuery).
7-
If not, go to this page and download "Java Runtime Environment (JRE) 5.0"
8-
[http://java.sun.com/javase/downloads/index.jsp](http://java.sun.com/javase/downloads/index.jsp)
6+
* Make sure that you have Java installed (if you want to build a minified version of jQuery).
7+
If not, [go to this page](http://java.sun.com/javase/downloads/index.jsp) and download "Java Runtime Environment (JRE) 5.0"
98

109
Build Options
1110
--------------
@@ -14,9 +13,9 @@ You now have **three** options for building jQuery:
1413

1514
* **`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.
1615

17-
* **`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.
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).
1817

19-
* **`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](http://ant.apache.org/bindownload.cgi).
18+
* **`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].
2019

2120
How to build your own jQuery
2221
-----------------------------

0 commit comments

Comments
 (0)