From 3acd354731b13d8c5bf461bcbb303a21bb8fa3e4 Mon Sep 17 00:00:00 2001 From: Fabrizio Demaria Date: Wed, 10 Sep 2025 12:44:14 +0200 Subject: [PATCH] docs: Small fix for multiprovider Signed-off-by: Fabrizio Demaria --- docs/multiprovider/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/multiprovider/README.md b/docs/multiprovider/README.md index eb354319..e832ffd6 100644 --- a/docs/multiprovider/README.md +++ b/docs/multiprovider/README.md @@ -27,7 +27,7 @@ val multi = MultiProvider( ) // 3) Set the SDK provider and wait until ready -OpenFeatureAPI.setProviderAndWait() +OpenFeatureAPI.setProviderAndWait(multi) // 4) Use the client as usual val client = OpenFeatureAPI.getClient("my-app")