From 73ec4431ffbac2f7528f7770110da4db508eb86b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Korina=20=C5=A0imi=C4=8Devi=C4=87?= Date: Fri, 3 May 2024 12:11:02 +0200 Subject: [PATCH] Fix colours in README code box Summary: related to T13767 Reviewers: iljazovic Reviewed By: iljazovic Subscribers: miljen Differential Revision: https://repo.mireo.local/D29246 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc63404..5646731 100644 --- a/README.md +++ b/README.md @@ -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