From 44e7204d242724c8a59265fa16cc7acf831b6199 Mon Sep 17 00:00:00 2001 From: "Kevin R. Whitley" Date: Thu, 1 Jun 2023 01:40:16 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3cd0f26c..319aaed3 100644 --- a/README.md +++ b/README.md @@ -51,11 +51,11 @@ Itty aims to be the world's smallest (~440 bytes), feature-rich JavaScript router, enabling beautiful API code with a near-zero bundlesize. Designed originally for [Cloudflare Workers](https://itty.dev/itty-router/runtimes#Cloudflare%20Workers), itty can be used in browsers, Service Workers, edge functions, or standalone runtimes like [Node](https://itty.dev/itty-router/runtimes#Node), [Bun](https://itty.dev/itty-router/runtimes#Bun), etc.! -## Features: +## Features -- 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. +- Tiny. The Router itself is ~440 bytes gzipped, and the **entire** library is under 1.6k! +- Easy to use. We believe route code should be self-evident, obvious, and read more like poetry than code. +- 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). - [Fully typed/TypeScript support](https://itty.dev/itty-router/typescript), including hinting. - Parses [route params](https://itty.dev/itty-router/route-patterns#params),