From a13bc56bcbe8852cb39b205fc30d04d995a25da8 Mon Sep 17 00:00:00 2001 From: Stefan Isak Date: Thu, 20 Oct 2022 10:55:20 +0200 Subject: [PATCH] Fix minor spelling error (#159) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3149bf6..46b6226 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ cmake --build build/doc --target GenerateDocs open build/doc/doxygen/html/index.html ``` -To build the documentation locally, you will need Doxygen, jinja2 and Pygments on installed your system. +To build the documentation locally, you will need Doxygen, jinja2 and Pygments installed on your system. ### Build everything at once