Skip to content

Commit 91d60bc

Browse files
docs: Small fix for multiprovider (#181)
Signed-off-by: Fabrizio Demaria <[email protected]>
1 parent 807fcc1 commit 91d60bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/multiprovider/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ val multi = MultiProvider(
2727
)
2828

2929
// 3) Set the SDK provider and wait until ready
30-
OpenFeatureAPI.setProviderAndWait()
30+
OpenFeatureAPI.setProviderAndWait(multi)
3131

3232
// 4) Use the client as usual
3333
val client = OpenFeatureAPI.getClient("my-app")

0 commit comments

Comments
 (0)