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 ca79f4f commit ea2d000Copy full SHA for ea2d000
README.md
@@ -36,7 +36,7 @@ async fn main() {
36
let mut api = OpenFeature::singleton_mut().await;
37
38
// Configure the ConfigCat SDK.
39
- let configcat_client = Client::builder("sdk-key")
+ let configcat_client = Client::builder("<YOUR-CONFIGCAT-SDK-KEY>")
40
.polling_mode(PollingMode::AutoPoll(Duration::from_secs(60)))
41
.build()
42
.unwrap();
0 commit comments