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

Commit

Permalink
Merge pull request #20 from spotify/typo-fix
Browse files Browse the repository at this point in the history
Smaller README typo fix
  • Loading branch information
nicklasl authored Jul 4, 2023
2 parents 555a0b3 + bb74fa0 commit 220534d
Showing 1 changed file with 4 additions and 2 deletions.
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

0 comments on commit 220534d

Please sign in to comment.