diff --git a/README.md b/README.md index ca0c4d3..079be2e 100644 --- a/README.md +++ b/README.md @@ -87,8 +87,8 @@ The test and standalone subprojects include the [tools.cmake](cmake/tools.cmake) The following are currently supported. - **Sanitizers**, by setting `-DUSE_SANITIZER=
`. -- **Static Analyzers**, by setting `-DUSE_STATIC_ANALYZER=`, or a combination in quotation marks, separated by semicolons. Arguments can be passed to the analyzers by setting the `CLANG_TIDY_ARGS`, `IWYU_ARGS` or `CPPCHECK_ARGS` variables. -- **Ccache**, by setting `-DUSE_CCACHE=`. +- **Static Analyzers**, by setting `-DUSE_STATIC_ANALYZER=`, or a combination of those in quotation marks, separated by semicolons. Arguments can be passed to the analyzers by setting the `CLANG_TIDY_ARGS`, `IWYU_ARGS` or `CPPCHECK_ARGS` variables. +- **Ccache**, by setting `-DUSE_CCACHE=`. ## FAQ