diff options
-rw-r--r-- | component.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/component.json b/component.json index 2c12a44..94d0242 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "dom-batch", - "description": "Batches functions into a single async batch", + "description": "Eliminates layout thrashing by batching DOM read/write interactions", "version": "0.3.0", "main": "lib/dom-batch.js", "scripts": [ |