From d979e428045ad00c673cb8c3d4a6133e726b7eb4 Mon Sep 17 00:00:00 2001 From: Michael Beemer Date: Wed, 15 May 2024 21:56:47 -0400 Subject: [PATCH] chore: update readme title Signed-off-by: Michael Beemer --- providers/openfeature-meta_provider/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/openfeature-meta_provider/README.md b/providers/openfeature-meta_provider/README.md index dc50b6f..bf214ec 100644 --- a/providers/openfeature-meta_provider/README.md +++ b/providers/openfeature-meta_provider/README.md @@ -1,4 +1,4 @@ -# OpenFeature::SDK::Provider::MetaProvider for Ruby +# OpenFeature Meta-Provider for Ruby The `OpenFeature::SDK::Provider::MetaProvider` is a utility provider implementation that takes multiple [providers](https://docs.openfeature.dev/docs/specification/sections/providers) for use during flag resolution. This can be helpful when an organization is migrating or consolidating feature flag providers as they transition to OpenFeature. There are usually a combination of internal and vendor providers that are combined together to handle flag resolution. If your organization has different providers for different teams, consider looking at using [domains](https://openfeature.dev/specification/glossary#domain).