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 807fcc1 commit 91d60bcCopy full SHA for 91d60bc
docs/multiprovider/README.md
@@ -27,7 +27,7 @@ val multi = MultiProvider(
27
)
28
29
// 3) Set the SDK provider and wait until ready
30
-OpenFeatureAPI.setProviderAndWait()
+OpenFeatureAPI.setProviderAndWait(multi)
31
32
// 4) Use the client as usual
33
val client = OpenFeatureAPI.getClient("my-app")
0 commit comments