Skip to content

Commit 6db2cdc

Browse files
author
accelerated
committed
Fixed font
1 parent 018a1f5 commit 6db2cdc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ If you have installed _librdkafka_ on a non standard directory, you can use the
7676
cmake .. -DRDKAFKA_ROOT_DIR=/some/other/dir
7777
```
7878

79-
Note that the **RDKAFKA_ROOT_DIR** must contain the following structure:
79+
Note that the `RDKAFKA_ROOT_DIR` must contain the following structure:
8080

8181
```Shell
8282
${RDKAFKA_ROOT_DIR}/
@@ -86,8 +86,6 @@ ${RDKAFKA_ROOT_DIR}/
8686
+ lib/librdkafka.a
8787
```
8888

89-
---
90-
9189
By default, a shared library will be built. If you want to perform a static build,
9290
use the _CPPKAFKA_BUILD_SHARED_ parameter:
9391

0 commit comments

Comments
 (0)