Skip to content

Commit 6a3d3ea

Browse files
committed
Update README.md
1 parent af9fb28 commit 6a3d3ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ the [ConfigCat Kotlin SDK](https://github.com/configcat/kotlin-sdk):
2323
```kotlin
2424
// Configure the provider.
2525
val provider = ConfigCatProvider("<YOUR-CONFIGCAT-SDK-KEY>") {
26-
pollingMode = autoPoll { pollingInterval = 60.seconds }
27-
}
26+
pollingMode = autoPoll { pollingInterval = 60.seconds }
27+
}
2828

2929
// Configure the OpenFeature API with the ConfigCat provider.
3030
OpenFeatureAPI.setProviderAndWait(provider)

0 commit comments

Comments
 (0)