Skip to content

Commit

Permalink
Merge pull request #357 from nikokon/master
Browse files Browse the repository at this point in the history
Correct typo in README
  • Loading branch information
michaelklishin authored Apr 3, 2021
2 parents 85e0d7d + f18c6b0 commit 4d776d2
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 @@ -268,10 +268,10 @@ end
### Consumer Groups

It is possible to load only a subset of consumers. This is done by defining a consumer
group under the `consumers_groups` configuration key:
group under the `consumer_groups` configuration key:

``` yaml
consumers_groups:
consumer_groups:
payments:
- DepositConsumer
- CashoutConsumer
Expand Down

0 comments on commit 4d776d2

Please sign in to comment.