From 6516866ec7601a7adaa4dc6b517c9287dec54fca Mon Sep 17 00:00:00 2001 From: Michael Beemer Date: Wed, 11 Oct 2023 15:16:07 -0400 Subject: [PATCH] chore: updated readme for inclusion in the docs Signed-off-by: Michael Beemer --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3693d785..de97348e 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@

-[OpenFeature](https://openfeature.dev) is an open standard that provides a vendor-agnostic, community-driven API for feature flagging that works with your favorite feature flag management tool. +[OpenFeature](https://openfeature.dev) is an open specification that provides a vendor-agnostic, community-driven API for feature flagging that works with your favorite feature flag management tool. @@ -170,7 +170,7 @@ var value = await client.GetBooleanValue("boolFlag", false, context, new FlagEva ### Logging -The .NET SDK uses Microsoft.Extensions.Logging. See the [manual](https://learn.microsoft.com/en-us/dotnet/core/extensions/logging?tabs=command-line) for a complete documentation. +The .NET SDK uses Microsoft.Extensions.Logging. See the [manual](https://learn.microsoft.com/en-us/dotnet/core/extensions/logging?tabs=command-line) for complete documentation. ### Named clients @@ -271,6 +271,7 @@ public class MyHook : Hook Built a new hook? [Let us know](https://github.com/open-feature/openfeature.dev/issues/new?assignees=&labels=hook&projects=&template=document-hook.yaml&title=%5BHook%5D%3A+) so we can add it to the docs! + ## ⭐️ Support the project - Give this repo a ⭐️! @@ -291,9 +292,4 @@ Interested in contributing? Great, we'd love your help! To get started, take a l Made with [contrib.rocks](https://contrib.rocks). - -## 📜 License - -[Apache License 2.0](LICENSE) - -[openfeature-website]: https://openfeature.dev +