From 125ca12989c0e879a4e2a0fb7ea770d6909fd3c1 Mon Sep 17 00:00:00 2001 From: Roman Dvornov Date: Wed, 7 Aug 2024 00:54:11 +0200 Subject: [PATCH] Tweak features section --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c38f09..a18a279 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,13 @@ A set of utilities that extend the use of JSON: Features: -- Fast and memory-efficient +- Fast and memory-efficient (see [benchmarks](./benchmarks/README.md)) - Compatible with browsers, Node.js, Deno, Bun - Supports Node.js and Web streams - Dual package: ESM and CommonJS +- TypeScript typings - No dependencies -- Size: 9.4Kb (minified), 3.6Kb (min+gzip) +- Size: 8.5Kb (minified), 3.4Kb (min+gzip) ## Why?