Skip to content

Commit a1e7f3a

Browse files
authored
Update README.md
1 parent a50bb6a commit a1e7f3a

File tree

1 file changed

+1
-1
lines changed
  • src/providers/WorkflowCore.Providers.Redis

1 file changed

+1
-1
lines changed

src/providers/WorkflowCore.Providers.Redis/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Use the `IServiceCollection` extension methods when building your service provid
3232
```C#
3333
services.AddWorkflow(cfg =>
3434
{
35-
cfg.UseRedisPersistence("localhost:6379", "app-name");
35+
cfg.UseRedisPersistence("localhost:6379", "app-name");
3636
cfg.UseRedisLocking("localhost:6379");
3737
cfg.UseRedisQueues("localhost:6379", "app-name");
3838
cfg.UseRedisEventHub("localhost:6379", "channel-name")

0 commit comments

Comments
 (0)