diff --git a/README.md b/README.md
index 0b40b17..eb05874 100644
--- a/README.md
+++ b/README.md
@@ -22,9 +22,9 @@ This lib include include next modules:
 ### Available build options:
 
 ```cmake
-option(QA_ASSERT_ON_WARN "Enable for add assert to every warning message" OFF)
-option(QA_ASSERT_ON_ERROR "Enable for add assert to every error message" OFF)
 option(QA_ALLOW_NOT_SUPPORTED_OPTIONS "Enable for allow any command line options" ON)
+option(QA_DISABLE_LOG "Disabled all logs (force sets verbose to 0)" OFF)
+
 ```
 
 ## Include