Skip to content

Commit 0c07b10

Browse files
authored
Merge pull request #2 from plusmobileapps/fix-readme-docs
fix typo in readme for doing the common import of the project
2 parents fdd840c + 4abbdb5 commit 0c07b10

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
@@ -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)