Skip to content

Commit

Permalink
Merge branch 'master' into add-actor-serialization-options
Browse files Browse the repository at this point in the history
  • Loading branch information
onionhammer authored May 30, 2023
2 parents a199879 + edb09a0 commit c2c3523
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions daprdocs/content/en/dotnet-sdk-docs/dotnet-client/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Console.WriteLine("Got a secret value, I'm not going to be print it, it's a secr

- For a full guide on secrets visit [How-To: Retrieve secrets]({{< ref howto-secrets.md >}}).

### Get Configuration Keys (Alpha)
### Get Configuration Keys
```csharp
var client = new DaprClientBuilder().Build();

Expand All @@ -182,7 +182,7 @@ foreach (var item in configItems)
}
```

### Subscribe to Configuration Keys (Alpha)
### Subscribe to Configuration Keys
```csharp
var client = new DaprClientBuilder().Build();

Expand Down

0 comments on commit c2c3523

Please sign in to comment.