Skip to content

Commit 6516866

Browse files
authored
chore: updated readme for inclusion in the docs
Signed-off-by: Michael Beemer <[email protected]>
1 parent b62e21f commit 6516866

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

+4-8
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</p>
4040
<!-- x-hide-in-docs-start -->
4141

42-
[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.
42+
[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.
4343

4444
<!-- x-hide-in-docs-end -->
4545

@@ -170,7 +170,7 @@ var value = await client.GetBooleanValue("boolFlag", false, context, new FlagEva
170170

171171
### Logging
172172

173-
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.
173+
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.
174174

175175
### Named clients
176176

@@ -271,6 +271,7 @@ public class MyHook : Hook
271271

272272
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!
273273

274+
<!-- x-hide-in-docs-start -->
274275
## ⭐️ Support the project
275276

276277
- Give this repo a ⭐️!
@@ -291,9 +292,4 @@ Interested in contributing? Great, we'd love your help! To get started, take a l
291292
</a>
292293

293294
Made with [contrib.rocks](https://contrib.rocks).
294-
295-
## 📜 License
296-
297-
[Apache License 2.0](LICENSE)
298-
299-
[openfeature-website]: https://openfeature.dev
295+
<!-- x-hide-in-docs-end -->

0 commit comments

Comments
 (0)