From: Juriy Zaytsev Date: Fri, 19 Mar 2010 19:27:57 +0000 (-0400) Subject: Add link to test suite in readme. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=7f32c80aa11fedf1e5d0e2766ac79e10280e0d11;p=html-minifier.git Add link to test suite in readme. --- diff --git a/README.md b/README.md index d0b7e98..a0afe92 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ [HTMLMinifier](http://kangax.github.com/html-minifier/) is a Javascript-based HTML minifier (duh), with lint-like capabilities. -See [corresponding blog post](http://perfectionkills.com/experimenting-with-html-minifier/) for all the gory details of [how it works](http://perfectionkills.com/experimenting-with-html-minifier/#how_it_works), [description of each option](http://perfectionkills.com/experimenting-with-html-minifier/#options), [testing results](http://perfectionkills.com/experimenting-with-html-minifier/#field_testing) and [conclusions](http://perfectionkills.com/experimenting-with-html-minifier/#cost_and_benefits). \ No newline at end of file +See [corresponding blog post](http://perfectionkills.com/experimenting-with-html-minifier/) for all the gory details of [how it works](http://perfectionkills.com/experimenting-with-html-minifier/#how_it_works), [description of each option](http://perfectionkills.com/experimenting-with-html-minifier/#options), [testing results](http://perfectionkills.com/experimenting-with-html-minifier/#field_testing) and [conclusions](http://perfectionkills.com/experimenting-with-html-minifier/#cost_and_benefits). + +[Test suite is available online](http://kangax.github.com/html-minifier/tests/index.html). \ No newline at end of file