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:
parent
34eb73f124
commit
4207d64ad5
@ -27,7 +27,7 @@ dotnet add package unleash.client
|
|||||||
|
|
||||||
Next we must initialize a new instance of the Unleash Client.
|
Next we must initialize a new instance of the Unleash Client.
|
||||||
|
|
||||||
```java
|
```csharp
|
||||||
var settings = new UnleashSettings()
|
var settings = new UnleashSettings()
|
||||||
{
|
{
|
||||||
AppName = "dot-net-client",
|
AppName = "dot-net-client",
|
||||||
|
Loading…
Reference in New Issue
Block a user