From 4207d64ad589a6b12a8bef98c699d517737f0ab6 Mon Sep 17 00:00:00 2001 From: Christopher Kolstad Date: Wed, 24 Feb 2021 10:51:12 +0100 Subject: [PATCH] Update docs/sdks/dot_net.md --- docs/sdks/dot_net.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sdks/dot_net.md b/docs/sdks/dot_net.md index dc28086584..7720818cb4 100644 --- a/docs/sdks/dot_net.md +++ b/docs/sdks/dot_net.md @@ -27,7 +27,7 @@ dotnet add package unleash.client Next we must initialize a new instance of the Unleash Client. -```java +```csharp var settings = new UnleashSettings() { AppName = "dot-net-client",