Update table
authorkangax <kangax@gmail.com>
Sun, 16 Feb 2014 18:27:36 +0000 (13:27 -0500)
committerkangax <kangax@gmail.com>
Sun, 16 Feb 2014 18:27:36 +0000 (13:27 -0500)
README.md

index c7824da..9402f33 100644 (file)
--- a/README.md
+++ b/README.md
@@ -10,13 +10,14 @@ See [corresponding blog post](http://perfectionkills.com/experimenting-with-html
 
 Also see corresponding [Grunt plugin](https://github.com/gruntjs/grunt-contrib-htmlmin).
 
+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  |
 | ------------- |:-------------:| -------------:| -----------:|
 | Wikipedia     | 401.4KB       | 385.5KB       |   396.3KB   |
-| Stackoverflow | ...           |   ...         |   ...       |
-| Amazon        | ...           |    ..         |   ...       |
-| ES6 table     | ...           |    ..         |   ...       |
+| Stackoverflow | 200.4KB       | 165.3KB       |   168.3KB   |
+| Amazon        | 245.9KB       | 237.1KB       |   225KB     |
+| [ES6 table](kangax.github.io/es5-compat-table/es6/)     | 117.9KB       | 82KB          |   92KB      |
 
 
 Installing with [npm](https://github.com/isaacs/npm):