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",