Skip to content

Commit d0d2a5b

Browse files
authored
Fixed typo in the module name in README.md
1 parent 611bec6 commit d0d2a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ kotlin {
5151
sourceSets {
5252
commonMain {
5353
dependencies {
54-
implementation("org.jetbrains.kotlinx:kotlinx-io:0.2.0")
54+
implementation("org.jetbrains.kotlinx:kotlinx-io-core:0.2.0")
5555
}
5656
}
5757
}

0 commit comments

Comments
 (0)