From 39e19fe8f3cf2697d543bd8f653cc67a0f55c44d Mon Sep 17 00:00:00 2001 From: Chris Hannon Date: Fri, 2 Feb 2024 16:09:04 -0700 Subject: [PATCH] Updated readme to include link to examples repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92c75d0..719351a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Powerful feature flagging and A/B testing for C# apps using [GrowthBook](https:/ ## Usage examples -This library is based on the [GrowthBook SDK specs](https://docs.growthbook.io/lib/build-your-own) and should be compatible with the usage examples in the [GrowthBook docs](https://docs.growthbook.io/). +This library is based on the [GrowthBook SDK specs](https://docs.growthbook.io/lib/build-your-own) and should be compatible with the usage examples in the [GrowthBook docs](https://docs.growthbook.io/). For a more complete set of examples involving usage within ASP.Net Core, take a look at the C# examples in the [GrowthBook examples repository](https://github.com/growthbook/examples/tree/main/csharp-example/GrowthBookCSharpExamples). Down below you'll find two basic examples on how the package works.