Fix colours in README code box

Summary: related to T13767

Reviewers: iljazovic

Reviewed By: iljazovic

Subscribers: miljen

Differential Revision: https://repo.mireo.local/D29246
This commit is contained in:
Korina Šimičević
2024-05-03 12:11:02 +02:00
parent 27c4ca1535
commit 73ec4431ff

View File

@ -92,7 +92,7 @@ You can use the `CMakeLists.txt` provided in our repository to compile and run a
The following commands demonstrate compiling and running the previous code using CMake.
The source file is located at [example/hello_world_over_tcp.cpp](https://github.com/mireo/async-mqtt5/blob/master/example/hello_world_over_tcp.cpp).
```console
```
# navigate to the root folder of Async.MQTT5
# compile the example