From fb8b2d8c8e8fcfe7b90be525566f94ddd4f27bda Mon Sep 17 00:00:00 2001 From: cha0s Date: Tue, 26 Nov 2024 19:28:16 -0600 Subject: [PATCH] chore: doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 636c0df..83e312a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # crunches :muscle: -The smallest **and** fastest JavaScript web standards-compliant value serialization library in the wild. **3.24 kB** gzipped; **0 dependencies**. Efficiently encode and decode your values to and from `ArrayBuffer`s. Integrates very well with WebSockets. +The smallest **and** fastest JavaScript web standards-compliant value serialization library in the wild. **3.36 kB** gzipped; **0 dependencies**. Efficiently encode and decode your values to and from `ArrayBuffer`s. Integrates very well with WebSockets. ## Example