Skip to content

Commit 752fa0d

Browse files
docs: add Multi-Provider to features list in README's (#1269)
## Description Adds the `Multi-Provider` feature to the features list in both the server and web SDK package READMEs. Signed-off-by: Jonathan Norris <[email protected]>
1 parent 69230e4 commit 752fa0d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/server/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ See [here](https://open-feature.github.io/js-sdk/modules/_openfeature_server_sdk
110110
|| [Tracking](#tracking) | Associate user actions with feature flag evaluations, particularly for A/B testing. |
111111
|| [Shutdown](#shutdown) | Gracefully clean up a provider during application shutdown. |
112112
|| [Extending](#extending) | Extend OpenFeature with custom providers and hooks. |
113+
|| [Multi-Provider](#multi-provider) | Combine multiple providers with configurable evaluation strategies. |
113114

114115
<sub>Implemented: ✅ | In-progress: ⚠️ | Not implemented yet: ❌</sub>
115116

packages/web/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ See [here](https://open-feature.github.io/js-sdk/modules/_openfeature_web_sdk.ht
109109
|| [Tracking](#tracking) | Associate user actions with feature flag evaluations, particularly for A/B testing. |
110110
|| [Shutdown](#shutdown) | Gracefully clean up a provider during application shutdown. |
111111
|| [Extending](#extending) | Extend OpenFeature with custom providers and hooks. |
112+
|| [Multi-Provider](#multi-provider) | Combine multiple providers with configurable evaluation strategies. |
112113

113114
<sub>Implemented: ✅ | In-progress: ⚠️ | Not implemented yet: ❌</sub>
114115

0 commit comments

Comments
 (0)