Skip to content

Commit

Permalink
Merge pull request #1282 from tvdias/patch-1
Browse files Browse the repository at this point in the history
Fix typo on Redis providers readme
  • Loading branch information
danielgerlag committed Aug 14, 2024
2 parents 470987d + 8f4e583 commit 76c940c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/WorkflowCore.Providers.Redis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ services.AddWorkflow(cfg =>
cfg.UseRedisPersistence("localhost:6379", "app-name");
cfg.UseRedisLocking("localhost:6379");
cfg.UseRedisQueues("localhost:6379", "app-name");
cfg.UseRedisEventHub("localhost:6379", "channel-name")
cfg.UseRedisEventHub("localhost:6379", "channel-name");
});
```

0 comments on commit 76c940c

Please sign in to comment.