From bb74fa03d7827cd2666bfcb225a2478661c021f7 Mon Sep 17 00:00:00 2001 From: Fabrizio Demaria Date: Tue, 4 Jul 2023 17:27:33 +0200 Subject: [PATCH] Smaller README typo fix --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 171088b..fc4e81a 100644 --- a/README.md +++ b/README.md @@ -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