Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sangdee committed Aug 24, 2021
1 parent 9a3f4fe commit ed31e40
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@ Split Korean text into sentences using heuristic algorithm.
```
- Gradle
```console
implementation 'io.github.sangdee:kss-java:2.6.0'
repositories {
mavenCentral()
}

dependencies {
implementation 'io.github.sangdee:kss-java:2.6.0'
}
```

<br><br>
Expand Down

0 comments on commit ed31e40

Please sign in to comment.