Skip to content

Commit 9c38fc9

Browse files
committed
Update README
1 parent 4d27745 commit 9c38fc9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ Kotlin Multiplatform (KMP) library that adds basic support for Unicode code poin
55
**Note:** This library is a side project and work in progress. When evaluating whether to use this in production, please
66
consider this project unmaintained. That being said, contributions are welcome. But don't expect fast responses.
77

8+
## Installation
9+
kotlin-codepoints is distributed through Maven Central.
10+
11+
```kotlin
12+
dependencies {
13+
implementation("de.cketti.unicode:kotlin-codepoints:0.1.0")
14+
}
15+
```
816

917
## Features
1018

0 commit comments

Comments
 (0)