Skip to content

Commit 9539ebd

Browse files
authored
Merge pull request #6 from PenguinDan/fix/update-readme
fix: Update README to point to the correct coordinates
2 parents 172654a + 35840c8 commit 9539ebd

File tree

1 file changed

+9
-14
lines changed

1 file changed

+9
-14
lines changed

README.md

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
<img alt="Specification" src="https://img.shields.io/static/v1?label=specification&message=v0.8.0&color=yellow&style=for-the-badge" />
1717
</a>
1818
<!-- x-release-please-start-version -->
19-
<a href="https://github.com/open-feature/kotlin-sdk/releases/tag/v0.7.0">
19+
<a href="https://github.com/PenguinDan/kotlin-sdk/releases/tag/v0.7.0">
2020
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.7.0&color=blue&style=for-the-badge" />
2121
</a>
2222
<!-- x-release-please-end -->
2323
<br/>
2424
<img alt="Status" src="https://img.shields.io/badge/lifecycle-alpha-a0c3d2.svg" />
25-
<a href="https://mvnrepository.com/artifact/dev.openfeature/android-sdk">
26-
<img alt="MavenCentral" src="https://img.shields.io/maven-central/v/dev.openfeature/android-sdk" />
25+
<a href="https://mvnrepository.com/artifact/io.github.penguindan/kotlin-sdk">
26+
<img alt="MavenCentral" src="https://img.shields.io/maven-central/v/io.github.penguindan/kotlin-sdk" />
2727
</a>
2828
</p>
2929
<!-- x-hide-in-docs-start -->
@@ -68,7 +68,7 @@ Installation is preferred via Maven Central.
6868

6969
```kotlin
7070
dependencies {
71-
api("dev.openfeature:kotlin-sdk:0.7.0")
71+
api("io.github.penguindan:kotlin-sdk:0.7.0")
7272
}
7373
```
7474
<!-- x-release-please-end -->
@@ -80,7 +80,7 @@ dependencies {
8080
kotlin {
8181
sourceSets {
8282
commonMain.dependencies {
83-
api("dev.openfeature:kotlin-sdk:0.7.0")
83+
api("io.github.penguindan:kotlin-sdk:0.7.0")
8484
}
8585
}
8686
}
@@ -347,23 +347,18 @@ Implement your own hook by conforming to the `Hook` interface exported by the Op
347347
> Built a new hook? [Let us know](https://github.com/open-feature/openfeature.dev/issues/new?assignees=&labels=hook&projects=&template=document-hook.yaml&title=%5BHook%5D%3A+) so we can add it to the docs!
348348
349349
<!-- x-hide-in-docs-start -->
350-
## ⭐️ Support the project
350+
## 🙏 Acknowledgments
351351

352-
- Give this repo a ⭐️!
353-
- Follow us on social media:
354-
- Twitter: [@openfeature](https://twitter.com/openfeature)
355-
- LinkedIn: [OpenFeature](https://www.linkedin.com/company/openfeature/)
356-
- Join us on [Slack](https://cloud-native.slack.com/archives/C0344AANLA1)
357-
- For more, check out our [community page](https://openfeature.dev/community/)
352+
This project is a fork of the [OpenFeature Kotlin SDK](https://github.com/open-feature/kotlin-sdk), originally developed by the OpenFeature community. We are grateful for their foundational work on this project.
358353

359354
## 🤝 Contributing
360355

361356
Interested in contributing? Great, we'd love your help! To get started, take a look at the [CONTRIBUTING](CONTRIBUTING.md) guide.
362357

363358
### Thanks to everyone who has already contributed
364359

365-
<a href="https://github.com/open-feature/kotlin-sdk/graphs/contributors">
366-
<img src="https://contrib.rocks/image?repo=open-feature/kotlin-sdk" alt="Pictures of the folks who have contributed to the project" />
360+
<a href="https://github.com/PenguinDan/kotlin-sdk/graphs/contributors">
361+
<img src="https://contrib.rocks/image?repo=PenguinDan/kotlin-sdk" alt="Pictures of the folks who have contributed to the project" />
367362
</a>
368363

369364
Made with [contrib.rocks](https://contrib.rocks).

0 commit comments

Comments
 (0)