Skip to content

Commit 84a26db

Browse files
authored
docs: fixed feature table formatting
Signed-off-by: Michael Beemer <[email protected]>
1 parent 9e0e368 commit 84a26db

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

β€Žpackages/server/README.mdβ€Ž

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -86,17 +86,17 @@ See [here](https://open-feature.github.io/js-sdk/modules/_openfeature_server_sdk
8686

8787
## 🌟 Features
8888

89-
| Status | Features | Description |
90-
|--------|---------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------|
91-
| βœ… | [Providers](#providers) | Integrate with a commercial, open source, or in-house feature management tool. |
92-
| βœ… | [Targeting](#targeting) | Contextually-aware flag evaluation using [evaluation context](https://openfeature.dev/docs/reference/concepts/evaluation-context). |
93-
| βœ… | [Hooks](#hooks) | Add functionality to various stages of the flag evaluation life-cycle. |
94-
| βœ… | [Logging](#logging) | Integrate with popular logging packages. |
95-
| βœ… | [Domains](#domains) | Logically bind clients with providers. |
96-
| βœ… | [Eventing](#eventing) | React to state changes in the provider or flag management system. |
97-
| βœ… | [Shutdown](#shutdown) | Gracefully clean up a provider during application shutdown. |
98-
| βœ… | [Transaction Context Propagation](#transaction-context-propagation) | Set a specific [evaluation context](https://openfeature.dev/docs/reference/concepts/evaluation-context) for a transaction (e.g. an HTTP request or a thread) | |
99-
| βœ… | [Extending](#extending) | Extend OpenFeature with custom providers and hooks. |
89+
| Status | Features | Description |
90+
| ------ | ------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
91+
| βœ… | [Providers](#providers) | Integrate with a commercial, open source, or in-house feature management tool. |
92+
| βœ… | [Targeting](#targeting) | Contextually-aware flag evaluation using [evaluation context](/docs/reference/concepts/evaluation-context). |
93+
| βœ… | [Hooks](#hooks) | Add functionality to various stages of the flag evaluation life-cycle. |
94+
| βœ… | [Logging](#logging) | Integrate with popular logging packages. |
95+
| βœ… | [Domains](#domains) | Logically bind clients with providers. |
96+
| βœ… | [Eventing](#eventing) | React to state changes in the provider or flag management system. |
97+
| βœ… | [Shutdown](#shutdown) | Gracefully clean up a provider during application shutdown. |
98+
| βœ… | [Transaction Context Propagation](#transaction-context-propagation) | Set a specific [evaluation context](/docs/reference/concepts/evaluation-context) for a transaction (e.g. an HTTP request or a thread) |
99+
| βœ… | [Extending](#extending) | Extend OpenFeature with custom providers and hooks. |
100100

101101
<sub>Implemented: βœ… | In-progress: ⚠️ | Not implemented yet: ❌</sub>
102102

0 commit comments

Comments
Β (0)