Skip to content

Commit e07da50

Browse files
authored
Update media type for ZON file extension in README
1 parent a8d9f3f commit e07da50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
**Zero Overhead Notation** - A compact, human-readable way to encode JSON for LLMs.
1313

14-
**File Extension:** `.zonf` | **Media Type:** `text/zon` | **Encoding:** UTF-8
14+
**File Extension:** `.zonf` | **Media Type:** `text/zonf` | **Encoding:** UTF-8
1515

1616
ZON is a token-efficient serialization format designed for LLM workflows. It achieves 35-50% token reduction vs JSON through tabular encoding, single-character primitives, and intelligent compression (Delta, Dictionary) while maintaining 100% data fidelity.
1717

0 commit comments

Comments
 (0)