Skip to content

Commit d98cd81

Browse files
authored
Update README.md
1 parent 3acedbf commit d98cd81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66

77
# KEncode
88

9-
**Compact, ASCII-safe encodings and ultra-small binary serialization for Kotlin,
10-
ideal for URLs, headers, file names, and other size-limited channels.**
9+
**High-efficiency binary/text codecs with compact bit-packed serialization for Kotlin.**
1110

1211
![Maven Central](https://img.shields.io/maven-central/v/com.eignex/kencode.svg?label=Maven%20Central)
1312
![Build](https://github.com/eignex/kencode/actions/workflows/build.yml/badge.svg)
@@ -39,7 +38,8 @@ representations:
3938
maps.
4039

4140
3. **Standalone StringFormat**: `EncodedFormat`
42-
Adds checksum + text encoding on top of a binary format, providing very s
41+
Adds checksum + text encoding on top of a binary format, providing very short
42+
string formats.
4343

4444
---
4545

0 commit comments

Comments
 (0)