Skip to content

Commit

Permalink
updates docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubhang Balkundi committed Mar 28, 2024
1 parent 9cef5d2 commit ccde464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ h := ziggurat.HandlerFunc(func (context.Context, *ziggurat.Event) {
// handle all events
})
groupOne := kafka.ConsumerGroup{...}
if runErr := zig.Run(ctx, h, &groupOne, &groupTwo); runErr != nil {
if runErr := zig.Run(ctx, h, &groupOne); runErr != nil {
logger.Error("error running consumers", runErr)
}
```
Expand Down

0 comments on commit ccde464

Please sign in to comment.