Skip to content

Commit fbb3783

Browse files
authored
Update README.md
Update artifact name
1 parent 9717cf7 commit fbb3783

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ kotlin {
5555
sourceSets {
5656
commonMain { // <--- name may vary on your project
5757
dependencies {
58-
implementation "org.reduxkotlin:redux-kotlin-reselect:0.5.5"
58+
implementation "org.reduxkotlin:reselect:0.5.5"
5959
}
6060
}
6161
}
6262
```
6363

6464
For JVM only:
6565
```
66-
implementation "org.reduxkotlin:redux-kotlin-jvm-reselect:0.5.5"
66+
implementation "org.reduxkotlin:reselect-jvm:0.5.5"
6767
```
6868

6969
[badge-android]: http://img.shields.io/badge/platform-android-brightgreen.svg?style=flat

0 commit comments

Comments
 (0)