Skip to content

Commit 8f4e583

Browse files
authored
Fix typo on README.md
1 parent 470987d commit 8f4e583

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
@@ -35,6 +35,6 @@ services.AddWorkflow(cfg =>
3535
cfg.UseRedisPersistence("localhost:6379", "app-name");
3636
cfg.UseRedisLocking("localhost:6379");
3737
cfg.UseRedisQueues("localhost:6379", "app-name");
38-
cfg.UseRedisEventHub("localhost:6379", "channel-name")
38+
cfg.UseRedisEventHub("localhost:6379", "channel-name");
3939
});
4040
```

0 commit comments

Comments
 (0)