From 86fa142faa9b1b63d9bc50e43a7e0ba5bfc49980 Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Mon, 11 Jul 2016 09:50:50 -0400 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 83cfae97..8124c824 100644 --- a/README.md +++ b/README.md @@ -38,10 +38,10 @@ Mithril's `config` method is now replaced by several lifecycle methods to improv ## Robustness -There are over 2700 assertions in the test suite, and tests cover even difficult-to-test things like `location.href`, `element.innerHTML` and `XMLHttpRequest` usage. +There are over 3000 assertions in the test suite, and tests cover even difficult-to-test things like `location.href`, `element.innerHTML` and `XMLHttpRequest` usage. ## Modularity -Despite the huge performance improvements, the new codebase is smaller than v0.2.x, currently clocking at 6.7kb min+gzip +Despite the huge performance improvements, the new codebase is smaller than v0.2.x, currently clocking at 7kb min+gzip In addition, Mithril is now completely modular: you can import only the modules that you need and easily integrate 3rd party modules if you wish to use a different library for routing, ajax, and even rendering