From: Juriy Zaytsev Date: Thu, 26 Jun 2014 17:52:49 +0000 (+0200) Subject: Update README.md X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=b72ac95ecd9feb308eb95e146588709dd68d2ea6;p=html-minifier.git Update README.md --- diff --git a/README.md b/README.md index a79ba52..12b6f45 100644 --- a/README.md +++ b/README.md @@ -13,15 +13,15 @@ Also see corresponding [Ruby wrapper](https://github.com/stereobooster/html_mini How does HTMLMinifier compare to [another solution](http://www.willpeavy.com/minifier/) — HTML Minifier from Will Peavy (1st result in [google search for "html minifier"](https://www.google.com/#q=html+minifier))? -| Site | Original size _(KB)_ | HTMLMinifier _(KB)_ | Will Peavy _(KB)_ | -| --------------------------------------------------------------------------- |:-----------:| ----------------:| ------------:| -| [Wikipedia](http://en.wikipedia.org/wiki/President_of_the_United_States) | 401.4 | 380.6 | 396.3 | -| [Stackoverflow](http://stackoverflow.com) | 200.4 | 159.5 | 168.3 | -| [MSN](http://msn.com) | 156.6 | 133 | 145 | -| [Amazon](http://amazon.com) | 245.9 | 206.3 | 225 | -| [ES6 table](http://kangax.github.io/es5-compat-table/es6/) | 117.9 | 79.9 | 92 | -| [HTMLMinifier page](https://github.com/kangax/html-minifier) | 48.8 | 37.3 | 43.3 | -| [Eloquent Javascript](http://eloquentjavascript.net/print.html) | 869.5 | 830 | 872 | +| Site | Original size _(KB)_ | HTMLMinifier _(KB)_ | Will Peavy _(KB)_ | htmlcompressor.com _(KB)_ | +| --------------------------------------------------------------------------- |:-----------:| ----------------:| ------------:| ----------------:| +| [Wikipedia](http://en.wikipedia.org/wiki/President_of_the_United_States) | 401.4 | 380.6 | 396.3 | | +| [Stackoverflow](http://stackoverflow.com) | 200.4 | 159.5 | 168.3 | 163.3 | +| [MSN](http://msn.com) | 156.6 | 133 | 145 | | +| [Amazon](http://amazon.com) | 245.9 | 206.3 | 225 | | +| [ES6 table](http://kangax.github.io/es5-compat-table/es6/) | 117.9 | 79.9 | 92 | | +| [HTMLMinifier page](https://github.com/kangax/html-minifier) | 48.8 | 37.3 | 43.3 | | +| [Eloquent Javascript](http://eloquentjavascript.net/print.html) | 869.5 | 830 | 872 | |