Fix typo in README

This commit is contained in:
Martchus 2022-10-13 19:58:40 +02:00
parent 2b0048f144
commit b1bd782910
1 changed files with 1 additions and 1 deletions

View File

@ -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"