From c97e914d40a8a24b47f2b6ef4f706b5367d94ee2 Mon Sep 17 00:00:00 2001 From: jeresig Date: Mon, 21 Dec 2009 23:23:03 -0500 Subject: [PATCH] Updated the README to reference the Closure Compiler instead of YUI Min. Thanks for the heads-up @_carumba. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0274177..6e32fdf 100644 --- a/README.md +++ b/README.md @@ -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` -- 1.7.10.4