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) [](https://coveralls.io/github/wilsonpage/fastdom?branch=master) -Eliminates layout thrashing by batching DOM read/write operations (580 bytes gzipped compressed). +Eliminates layout thrashing by batching DOM read/write operations (~600 bytes minified gzipped). ```js fastdom.measure(function() { |