From 3d1402f53a331f39ec88b638b906989bab6a1dee Mon Sep 17 00:00:00 2001 From: accelerated <> Date: Tue, 3 Apr 2018 12:04:26 -0400 Subject: [PATCH] Fixed font --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 913b973..b42bb2e 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ ${RDKAFKA_ROOT_DIR}/ ``` By default, a shared library will be built. If you want to perform a static build, -use the _CPPKAFKA_BUILD_SHARED_ parameter: +use the `CPPKAFKA_BUILD_SHARED` parameter: ```Shell cmake .. -DCPPKAFKA_BUILD_SHARED=0