summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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();