Small documentation tweak

Use "kB" instead of "kb" and include a space between units and the unit symbol.
After discussion with @isiahmeadows, make the size more specific too.
This commit is contained in:
Roger Nesbitt 2015-12-31 11:35:02 +13:00
parent 0c8ac06e89
commit 843a720f52
4 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@
Mithril is a client-side Javascript MVC framework, i.e. it's a tool to make application code divided into a data layer (called **M**odel), a UI layer (called **V**iew), and a glue layer (called **C**ontroller)
Mithril is around 7kb gzipped thanks to its [small, focused, API](mithril.md). It provides a templating engine with a virtual DOM diff implementation for performant rendering, utilities for high-level modelling via functional composition, as well as support for routing and componentization.
Mithril is around 7.8 kB gzipped thanks to its [small, focused, API](mithril.md). It provides a templating engine with a virtual DOM diff implementation for performant rendering, utilities for high-level modelling via functional composition, as well as support for routing and componentization.
The goal of the framework is to make application code discoverable, readable and maintainable, and hopefully help you become an even better developer.