Skip to content

Commit 8d67bca

Browse files
stettixmanub
authored andcommitted
Fix typo in name of Consumers trait (#100)
1 parent 76c70d3 commit 8d67bca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,10 @@ For more information about how to use the utility methods, you can either look a
153153

154154
### Custom consumers
155155

156-
Use the `Consumer` trait that easily creates consumers of arbitrary key-value types and manages their lifecycle (via a loaner pattern).
157-
* For basic String consumption use `Consumer.withStringConsumer { your code here }`.
158-
* For arbitrary key and value types, expose implicit `Deserializer`s for each type and use `Consumer.withConsumer { your code here }`.
159-
* If you just want to create a consumer and manage its lifecycle yourself then try `Consumer.newConsumer()`.
156+
Use the `Consumers` trait that easily creates consumers of arbitrary key-value types and manages their lifecycle (via a loaner pattern).
157+
* For basic String consumption use `Consumers.withStringConsumer { your code here }`.
158+
* For arbitrary key and value types, expose implicit `Deserializer`s for each type and use `Consumers.withConsumer { your code here }`.
159+
* If you just want to create a consumer and manage its lifecycle yourself then try `Consumers.newConsumer()`.
160160

161161
### Easy message consumption
162162

0 commit comments

Comments
 (0)