From b6a61e7ce1c8cfce803e6ab31841581f5d3103ee Mon Sep 17 00:00:00 2001 From: gunishmatta Date: Fri, 26 Apr 2024 00:35:46 +0530 Subject: [PATCH] code review changes Signed-off-by: gunishmatta --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca530e8c..37fc7ebd 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ openfeature.SetProvider(MyProvider{}) ``` In some situations, it may be beneficial to register multiple providers in the same application. -This is possible using [named clients](#named-clients), which is covered in more details below. +This is possible using [domains](#domains), which is covered in more details below. ### Targeting