From 98f372d7da0176589bd6206936f083f50c53e58a Mon Sep 17 00:00:00 2001 From: Steve Clay Date: Thu, 15 Mar 2012 14:01:14 -0400 Subject: [PATCH] Docs --- README.txt | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.txt b/README.txt index fc321d6..54b0690 100644 --- a/README.txt +++ b/README.txt @@ -33,13 +33,11 @@ CONFIGURATION & USAGE See the MIN.txt file and http://code.google.com/p/minify/wiki/UserGuide Minify also comes with a URI Builder application that can help you write URLs -for use with Minify or configure groups of files. - -To enable this, edit min/config.php, set $min_enableBuilder = true; and visit - http://example.org/min/builder/ - -When you're finished with this, please set $min_enableBuilder = false; +for use with Minify or configure groups of files. See here for details: + http://code.google.com/p/minify/wiki/BuilderApp +The cookbook also provides some more advanced options for minification: + http://code.google.com/p/minify/wiki/CookBook UPGRADING