diff --git a/README.md b/README.md index 48736d38..fbc6b7e8 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@
-
-
+
+
@@ -104,7 +104,7 @@ print("Value: " + str(flag_value))
| ✅ | [Providers](#providers) | Integrate with a commercial, open source, or in-house feature management tool. |
| ✅ | [Targeting](#targeting) | Contextually-aware flag evaluation using [evaluation context](https://openfeature.dev/docs/reference/concepts/evaluation-context). |
| ✅ | [Hooks](#hooks) | Add functionality to various stages of the flag evaluation life-cycle. |
-| ❌ | [Logging](#logging) | Integrate with popular logging packages. |
+| ✅ | [Logging](#logging) | Integrate with popular logging packages. |
| ❌ | [Named clients](#named-clients) | Utilize multiple providers in a single application. |
| ❌ | [Eventing](#eventing) | React to state changes in the provider or flag management system. |
| ✅ | [Shutdown](#shutdown) | Gracefully clean up a provider during application shutdown. |