From 5bd61e89155f04c3f2c9b2182842a275b1a6efec Mon Sep 17 00:00:00 2001 From: arvidn Date: Tue, 24 Oct 2017 22:26:54 +0200 Subject: [PATCH] fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cdd69e..29342ed 100644 --- a/README.md +++ b/README.md @@ -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.