Skip to content

Commit 603e12c

Browse files
authored
Tweaks
1 parent c3584c2 commit 603e12c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Decoding error:
5252
Decoders is one of the OG runtime validation libraries for TypeScript, in production
5353
since 2017. Here's what makes it different:
5454

55-
- **Tiny footprint**~4 KB gzipped, zero external dependencies, fully tree-shakeable.
55+
- **Tiny footprint**Zero external dependencies, fully tree-shakeable, only ~4 KB gzipped (if you'd use everything)
5656
You only pay for what you use.
5757
- **Runs everywhere** — Node.js, browsers, Cloudflare Workers, Bun, etc.
5858
- **Reads like a type definition** — No `z.string()` or `z.object()`. You write

0 commit comments

Comments
 (0)