diff --git a/providers/openfeature-provider-flagd/README.md b/providers/openfeature-provider-flagd/README.md index 60d27fcf..9cbb865e 100644 --- a/providers/openfeature-provider-flagd/README.md +++ b/providers/openfeature-provider-flagd/README.md @@ -93,6 +93,9 @@ The default options can be defined in the FlagdProvider constructor. | retry_backoff_ms | FLAGD_RETRY_BACKOFF_MS | int | 1000 | rpc | | offline_flag_source_path | FLAGD_OFFLINE_FLAG_SOURCE_PATH | str | null | in-process | +> [!NOTE] +> The `selector` configuration is only used in **in-process** mode for filtering flag configurations. See [Selector Handling](#selector-handling-in-process-mode-only) for migration guidance. +