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

index 700918e..b788599 100644 (file)
--- 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       | <b>385.5</b>KB       |   396.3KB   |
-| [Stackoverflow](http://stackoverflow.com) | 200.4KB       | <b>165.3</b>KB       |   168.3KB   |
-| [Amazon](http://amazon.com)        | 245.9KB       | 237.1KB       |   <b>225</b>KB     |
-| [ES6 table](http://kangax.github.io/es5-compat-table/es6/)     | 117.9KB       | <b>82</b>KB          |   92KB      |
-| [HTMLMinifier page](https://github.com/kangax/html-minifier)     | 48.8KB       | <b>41.3</b>KB          |   43.3KB      |
+| [Wikipedia](http://en.wikipedia.org/wiki/President_of_the_United_States)     | 401.4       | <b>385.5</b>       |   396.3   |
+| [Stackoverflow](http://stackoverflow.com) | 200.4       | <b>165.3</b>       |   168.3   |
+| [Amazon](http://amazon.com)        | 245.9       | 237.1       |   <b>225</b>     |
+| [ES6 table](http://kangax.github.io/es5-compat-table/es6/)     | 117.9       | <b>82</b>          |   92KB      |
+| [HTMLMinifier page](https://github.com/kangax/html-minifier)     | 48.8       | <b>41.3</b>          |   43.3      |
 
 
 Installing with [npm](https://github.com/isaacs/npm):