Skip to content

Commit d7f504e

Browse files
authored
docs: update install instructions (#38)
Signed-off-by: Michael Beemer <[email protected]>
1 parent 9e6339b commit d7f504e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,19 @@ The Android project must include `maven("https://jitpack.io")` in `settings.grad
3636
You can now add the OpenFeature SDK dependency:
3737
```kotlin
3838
dependencies {
39-
api("com.github.spotify:openfeature-kotlin-sdk:<Latest>")
39+
api("com.github.open-feature:kotlin-sdk:<Latest>")
4040
}
4141
```
42-
Please note that the `<Latest>` can be any `Commit SHA` or a version based off a branch as following:
42+
Please note that the `<Latest>` can be any `Commit SHA` or a version based on a branch as follows:
4343
```
44-
api("com.github.spotify:openfeature-kotlin-sdk:[ANY_BRANCH]-SNAPSHOT")
44+
api("com.github.open-feature:kotlin-sdk:[ANY_BRANCH]-SNAPSHOT")
4545
```
4646

4747
This will get a build from the head of the mentioned branch.
4848

4949
### Maven
5050

51-
Installation via Maven Central is currently WIP
51+
Installation via Maven Central is currently [WIP](https://github.com/open-feature/kotlin-sdk/issues/37)
5252

5353
## 🌟 Features
5454

0 commit comments

Comments
 (0)