Skip to content

Commit e83625d

Browse files
committed
typo
1 parent 4180d31 commit e83625d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
![codecov](https://codecov.io/gh/eignex/kencode/branch/main/graph/badge.svg)
66
![License](https://img.shields.io/github/license/eignex/kencode)
77

8-
**Compact, efficient binary–text codecs and bit-packed serialization for Kotlin.
9-
**
8+
**Compact, efficient binary–text codecs and bit-packed serialization for
9+
Kotlin.**
1010
Provides high-performance Base-N encoders, Base64 variants, ASCII85/Z85,
1111
checksummed string formats, and a minimal-size binary serializer.
1212

@@ -117,6 +117,7 @@ assert(payload == decoded)
117117
```
118118

119119
## Standard encodings
120+
120121
You can use just the encoding implementations.
121122

122123
```kotlin

0 commit comments

Comments
 (0)