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")