Removing the mention of buliding the docs from the README. Thanks to 'phihag' in...
[jquery.git] / README.md
index 0274177..7b794af 100644 (file)
--- a/README.md
+++ b/README.md
@@ -33,9 +33,13 @@ Makes: ./dist/jquery.js
 
 `make min`
 
-A compressed version of jQuery (made the YUI Minifier).  
+A compressed version of jQuery (made the Closure Compiler).  
 Makes: ./dist/jquery.min.js
 
+`make lint`
+
+Tests a build of jQuery against JSLint, looking for potential errors or bits of confusing code.
+
 `make selector`
 
 Builds the selector library for jQuery from Sizzle.  
@@ -50,10 +54,6 @@ directory, you can specify the PREFIX directory, for example:
   
 `make PREFIX=/home/john/test/`
 
-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](http://docs.jquery.com/Discussion)