Skip to content

Commit

Permalink
minor readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
ukcoderj authored Mar 16, 2023
1 parent 2b85d8c commit 692b69c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ To run the test application:

```
var clusterTableStorageUri =
new Uri($"https://{config.Orleans.ClusterStorageAccount.Name}.table.core.windows.net/OrleansSiloInstances");
var clusterTableSas = new AzureSasCredential(config.Orleans.ClusterStorageAccount.SasToken);
new Uri($"https://{config.ClusterStorageAccount.Name}.table.core.windows.net/OrleansSiloInstances");
var clusterTableSas = new AzureSasCredential(config.ClusterStorageAccount.SasToken);
//.....replace .UseLocalhostClustering with:
c.UseAzureStorageClustering(options =>
Expand Down

0 comments on commit 692b69c

Please sign in to comment.