diff --git a/README.md b/README.md index 4d25f6e..89b1ac7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # .dom [![Build Status](https://travis-ci.org/wavesoft/dot-dom.svg?branch=master)](https://travis-ci.org/wavesoft/dot-dom) [![Try it in codepen.io](https://img.shields.io/badge/Try%20it-codepen.io-blue.svg)](https://codepen.io/anon/pen/YNdNwv?editors=0010) -> A tiny (510 byte) virtual DOM template engine for embedded projects +> A tiny (511 byte) virtual DOM template engine for embedded projects | IE / Edge IE / Edge | Firefox Firefox | Chrome Chrome | Safari Safari | Opera Opera | iOS Safari iOS Safari | Chrome for Android Chrome for Android | | --------- | --------- | --------- | --------- | --------- | --------- | --------- | @@ -12,7 +12,7 @@ Why? Because with such library you can create powerful GUIs in tight space envir ### Features -* _Tiny by design_ : The library should never exceed the 512 bytes in size. The goal is not to have yet another template engine, but to have as many features as possible in 512 bytes. If a new feature is needed, an other must be sacraficed or the scope must be reduced. +* _Tiny by design_ : The library should never exceed the 512 bytes in size. The goal is not to have yet another template engine, but to have as many features as possible in 512 bytes. If a new feature is needed, an other must be sacraficed or the scope must be reduced. * _Built for the future_ : The library is heavily exploiting the ES6 specifications, meaning that it's **not** supported by older borwsers. Currently it's supported by the 70% of the browsers in the market, but expect this to be 90% within the next year. @@ -25,16 +25,16 @@ Why? Because with such library you can create powerful GUIs in tight space envir ## Installation -For minimum footprint, include `dotdom.min.js.gz` (510b) to your project. +For minimum footprint, include `dotdom.min.js.gz` (511b) to your project. ```html