Update README.md
authorJuriy Zaytsev <kangax@gmail.com>
Thu, 26 Jun 2014 17:58:30 +0000 (19:58 +0200)
committerJuriy Zaytsev <kangax@gmail.com>
Thu, 26 Jun 2014 17:58:30 +0000 (19:58 +0200)
README.md

index 554a75f..3f966db 100644 (file)
--- a/README.md
+++ b/README.md
@@ -15,12 +15,12 @@ How does HTMLMinifier compare to [another solution](http://www.willpeavy.com/min
 
 | 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       | <b>380.6</b>     |   396.3      | n/a |
-| [Stackoverflow](http://stackoverflow.com)                                   | 200.4       | <b>159.5</b>     |   168.3      | 163.3 |
+| [HTMLMinifier page](https://github.com/kangax/html-minifier)                | 48.8        | <b>37.3</b>      |   43.3       | 41.9 |
+| [ES6 table](http://kangax.github.io/es5-compat-table/es6/)                  | 117.9       | <b>79.9</b>        |   92         | 91.9 |
 | [MSN](http://msn.com)                                                       | 156.6       | <b>133</b>       |   145        | 138.3 |
+| [Stackoverflow](http://stackoverflow.com)                                   | 200.4       | <b>159.5</b>     |   168.3      | 163.3 |
 | [Amazon](http://amazon.com)                                                 | 245.9       | <b>206.3</b>     |   225 |  218.5 |
-| [ES6 table](http://kangax.github.io/es5-compat-table/es6/)                  | 117.9       | <b>79.9</b>        |   92         | 91.9 |
-| [HTMLMinifier page](https://github.com/kangax/html-minifier)                | 48.8        | <b>37.3</b>      |   43.3       | 41.9 |
+| [Wikipedia](http://en.wikipedia.org/wiki/President_of_the_United_States)    | 401.4       | <b>380.6</b>     |   396.3      | n/a |
 | [Eloquent Javascript](http://eloquentjavascript.net/print.html)             | 869.5       | <b>830</b>       |   872        | n/a |