Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Smaller README typo fix #20

Merged
merged 1 commit into from
Jul 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ Clone this repository and run the following to install the library locally:
The Android project must include `mavenLocal()` in `settings.gradle`.

You can now add the OpenFeature SDK dependency:
```
implementation(""dev.openfeature:kotlin-sdk:0.0.1-SNAPSHOT")
```kotlin
dependencies {
implementation("dev.openfeature:kotlin-sdk:0.0.1-SNAPSHOT")
}
```

### Resolving a flag
Expand Down