diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # fastdom [](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(); |