Skip to content

Commit ea2d000

Browse files
committed
Update README.md
1 parent ca79f4f commit ea2d000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ async fn main() {
3636
let mut api = OpenFeature::singleton_mut().await;
3737

3838
// Configure the ConfigCat SDK.
39-
let configcat_client = Client::builder("sdk-key")
39+
let configcat_client = Client::builder("<YOUR-CONFIGCAT-SDK-KEY>")
4040
.polling_mode(PollingMode::AutoPoll(Duration::from_secs(60)))
4141
.build()
4242
.unwrap();

0 commit comments

Comments
 (0)