summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilson Page <wilsonpage@me.com>2013-10-05 12:50:47 +0100
committerWilson Page <wilsonpage@me.com>2013-10-05 12:50:47 +0100
commit10bf804d2b9d10313a3e05f03fab03897cb9828c (patch)
tree6039d347afc061c9281bf70b0a4a835b93c73df3
parent4741cda4189dad7d7e4e5c0369fe26922550bb25 (diff)
downloadfastdom-10bf804d2b9d10313a3e05f03fab03897cb9828c.zip
fastdom-10bf804d2b9d10313a3e05f03fab03897cb9828c.tar.gz
fastdom-10bf804d2b9d10313a3e05f03fab03897cb9828c.tar.bz2
Update bytes
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index dc3e592..47c560b 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# fastdom [![Build Status](https://travis-ci.org/wilsonpage/fastdom.png?branch=master)](https://travis-ci.org/wilsonpage/fastdom)
-Eliminates layout thrashing by batching DOM read/write operations (~800 bytes gzipped).
+Eliminates layout thrashing by batching DOM read/write operations (~750 bytes gzipped).
```js
var fastdom = new FastDom();