From 0d36aa9f6a27c34f419aa66c3d812daab4e2e05c Mon Sep 17 00:00:00 2001 From: "Kevin R. Whitley" Date: Wed, 31 May 2023 21:14:17 -0500 Subject: [PATCH] Update README.md Corrected entire lib size in features. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c09c3e8..3cd0f26c 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Itty aims to be the world's smallest (~440 bytes), feature-rich JavaScript route ## Features: -- Absurdly tiny. The Router itself is ~440 bytes gzipped, and the **entire** library is under 1.5k! +- Absurdly tiny. The Router itself is ~440 bytes gzipped, and the **entire** library is under 1.6k! - Absurdly easy to use. We believe route code should be self-evident, obvious, and read more like poetry than code. - Absurdly agnostic. We leave **you** with full control over response types, matching order, upstream/downstream effects, etc. - Works [anywhere, in any environment](https://itty.dev/itty-router/runtimes).