Skip to content

Commit ed31e40

Browse files
committed
update README.md
1 parent 9a3f4fe commit ed31e40

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,13 @@ Split Korean text into sentences using heuristic algorithm.
1616
```
1717
- Gradle
1818
```console
19-
implementation 'io.github.sangdee:kss-java:2.6.0'
19+
repositories {
20+
mavenCentral()
21+
}
22+
23+
dependencies {
24+
implementation 'io.github.sangdee:kss-java:2.6.0'
25+
}
2026
```
2127

2228
<br><br>

0 commit comments

Comments
 (0)