From b214a5bd25dc1d8324ab5b0de6c5ed6ac6e3c819 Mon Sep 17 00:00:00 2001 From: Foucher Alexandre Date: Mon, 22 Jan 2024 18:15:21 +0100 Subject: [PATCH] Fix invisible cahr in readme.md --- cpp-example/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpp-example/readme.md b/cpp-example/readme.md index f920af1..2d96120 100644 --- a/cpp-example/readme.md +++ b/cpp-example/readme.md @@ -4,14 +4,14 @@ -## :wrench: Dependencies installation +## :wrench: Dependencies installation ```sh pip3 install sphinx breathe sudo apt-get install doxygen ``` -## :rocket: Compile documentation +## :rocket: Compile documentation ```sh cd docs