From b1bd7829108c25527e7f5a33f392330021225cd0 Mon Sep 17 00:00:00 2001 From: Martchus Date: Thu, 13 Oct 2022 19:58:40 +0200 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 288dc21..a0923cb 100644 --- a/README.md +++ b/README.md @@ -511,7 +511,7 @@ make make check # build tests but do not run them (optional, requires CppUnit) make tests -# generate API documentation (optional, reqquires Doxygen) +# generate API documentation (optional, requires Doxygen) make apidoc # install header files, libraries and generator make install DESTDIR="/temporary/install/location"