diff --git a/README.md b/README.md index 07e610a6..b6712f9a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Some examples of usage can be found in the [examples](examples) folder. [ThreadI ## Performance -Mithril's virtual DOM engine is now less than 400 lines of well organized code and it implements a modern search space reduction diff algorithm and a DOM recycling mechanism, which translate to top-of-class performance. See the [dbmon implementation](examples/dbmonster/mithril/index.html) (for comparison, here's dbmon for [React v15.0.1](examples/dbmonster/react/index.html)). +Mithril's virtual DOM engine is now less than 400 lines of well organized code and it implements a modern search space reduction diff algorithm and a DOM recycling mechanism, which translate to top-of-class performance. See the [dbmon implementation](http://cdn.rawgit.com/lhorie/mithril.js/rewrite/examples/dbmonster/mithril/index.html) (for comparison, here's dbmon for [React v15.0.2](http://cdn.rawgit.com/lhorie/mithril.js/rewrite/examples/dbmonster/react/index.html) and [Angular v2.0.0-beta.17](http://cdn.rawgit.com/lhorie/mithril.js/rewrite/examples/dbmonster/angular/index.html)). ## Lifecycle methods and Animation Support diff --git a/examples/dbmonster/angular/index.html b/examples/dbmonster/angular/index.html index 1f726b71..5bb0fbc4 100644 --- a/examples/dbmonster/angular/index.html +++ b/examples/dbmonster/angular/index.html @@ -12,7 +12,7 @@ - + \ No newline at end of file diff --git a/examples/dbmonster/mithril/index.html b/examples/dbmonster/mithril/index.html index 9f024ebf..8756a6b5 100644 --- a/examples/dbmonster/mithril/index.html +++ b/examples/dbmonster/mithril/index.html @@ -13,7 +13,7 @@ - + diff --git a/examples/dbmonster/react/index.html b/examples/dbmonster/react/index.html index 7b4d35a3..5b496714 100644 --- a/examples/dbmonster/react/index.html +++ b/examples/dbmonster/react/index.html @@ -11,7 +11,7 @@ - +