diff options
author | jeresig <jeresig@gmail.com> | 2009-12-21 23:23:03 -0500 |
---|---|---|
committer | jeresig <jeresig@gmail.com> | 2009-12-21 23:23:03 -0500 |
commit | c97e914d40a8a24b47f2b6ef4f706b5367d94ee2 (patch) | |
tree | 4e2325a8015bab76b6e0acd7fad032e74d60036e /README.md | |
parent | 7e69fdbad4d4bf05e94d22fd4a3e0a9fe625fc69 (diff) | |
download | jquery-c97e914d40a8a24b47f2b6ef4f706b5367d94ee2.tar.gz jquery-c97e914d40a8a24b47f2b6ef4f706b5367d94ee2.zip |
Updated the README to reference the Closure Compiler instead of YUI Min. Thanks for the heads-up @_carumba.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ 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 selector` |