1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-15 17:50:48 +02:00

Update docs/sdks/dot_net.md

This commit is contained in:
Christopher Kolstad 2021-02-24 10:51:12 +01:00 committed by GitHub
parent 34eb73f124
commit 4207d64ad5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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