fix typo in README

This commit is contained in:
arvidn
2017-10-24 22:26:54 +02:00
parent 0e96f87eeb
commit 5bd61e8915

View File

@@ -13,7 +13,7 @@ while keeping the wrapper's performance overhead to a minimum.
simple, less error prone way.
* _cppkafka_ provides an API to produce messages as well as consuming messages, but the latter is
only supported via the high level consumer API. _cppkafka_ requires **rdkakfa >= 0.9.4** in
only supported via the high level consumer API. _cppkafka_ requires **rdkafka >= 0.9.4** in
order to use it. Other wrapped functionalities are also provided, like fetching metadata,
offsets, etc.