From c3a7355293fc4f1b3392be1737a55091519a1e33 Mon Sep 17 00:00:00 2001 From: Antoine Hoarau Date: Tue, 5 Sep 2023 14:41:29 +0200 Subject: [PATCH] fix typo Co-authored-by: Sylvestre Ledru --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f166dcc7..a83c5df0e 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ set(CMAKE_CXX_COMPILER_LAUNCHER ${SCCACHE}) set(CMAKE_MSVC_DEBUG_INFORMATION_FORMAT Embedded) ``` -And you can build you code as usual without any additonal flags in the command line, useful for IDEs. +And you can build code as usual without any additional flags in the command line, useful for IDEs. ---