From: kangax Date: Sun, 16 Feb 2014 18:41:04 +0000 (-0500) Subject: Update table X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=1ca1697226d90b8ee56df08314bce6736d508eef;p=html-minifier.git Update table --- diff --git a/README.md b/README.md index 700918e..b788599 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,13 @@ Also see corresponding [Grunt plugin](https://github.com/gruntjs/grunt-contrib-h 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 | HTMLMinifier | Will Peavy | +| Site | Original size _(KB)_ | HTMLMinifier _(KB)_ | Will Peavy _(KB)_ | | ------------- |:-------------:| -------------:| -----------:| -| [Wikipedia](http://en.wikipedia.org/wiki/President_of_the_United_States) | 401.4KB | 385.5KB | 396.3KB | -| [Stackoverflow](http://stackoverflow.com) | 200.4KB | 165.3KB | 168.3KB | -| [Amazon](http://amazon.com) | 245.9KB | 237.1KB | 225KB | -| [ES6 table](http://kangax.github.io/es5-compat-table/es6/) | 117.9KB | 82KB | 92KB | -| [HTMLMinifier page](https://github.com/kangax/html-minifier) | 48.8KB | 41.3KB | 43.3KB | +| [Wikipedia](http://en.wikipedia.org/wiki/President_of_the_United_States) | 401.4 | 385.5 | 396.3 | +| [Stackoverflow](http://stackoverflow.com) | 200.4 | 165.3 | 168.3 | +| [Amazon](http://amazon.com) | 245.9 | 237.1 | 225 | +| [ES6 table](http://kangax.github.io/es5-compat-table/es6/) | 117.9 | 82 | 92KB | +| [HTMLMinifier page](https://github.com/kangax/html-minifier) | 48.8 | 41.3 | 43.3 | Installing with [npm](https://github.com/isaacs/npm):