We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af9fb28 commit 6a3d3eaCopy full SHA for 6a3d3ea
README.md
@@ -23,8 +23,8 @@ the [ConfigCat Kotlin SDK](https://github.com/configcat/kotlin-sdk):
23
```kotlin
24
// Configure the provider.
25
val provider = ConfigCatProvider("<YOUR-CONFIGCAT-SDK-KEY>") {
26
- pollingMode = autoPoll { pollingInterval = 60.seconds }
27
- }
+ pollingMode = autoPoll { pollingInterval = 60.seconds }
+}
28
29
// Configure the OpenFeature API with the ConfigCat provider.
30
OpenFeatureAPI.setProviderAndWait(provider)
0 commit comments