From 3bb496a11ddcc4036a1abbe25f022b01e1966f34 Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Thu, 21 Apr 2016 10:00:15 -0400 Subject: [PATCH] fix dbmon links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 526ee4a0..07e610a6 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/dbmon/mithril/index.html) (for comparison, here's dbmon for [React v15.0.1](examples/dbmon/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](examples/dbmonster/mithril/index.html) (for comparison, here's dbmon for [React v15.0.1](examples/dbmonster/react/index.html)). ## Lifecycle methods and Animation Support