Skip to content

Commit 4abbdb5

Browse files
fix typo in readme for doing the common import
1 parent fdd840c commit 4abbdb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ kotlin {
5050
sourceSets {
5151
commonMain { // <--- name may vary on your project
5252
dependencies {
53-
implementation "org.reduxkotlin:presenter-middlware:0.2.8"
53+
implementation "org.reduxkotlin:presenter-middleware:0.2.8"
5454
}
5555
}
5656
}

0 commit comments

Comments
 (0)