diff --git a/readme.md b/readme.md index 58e5f8944..b886adcee 100644 --- a/readme.md +++ b/readme.md @@ -225,7 +225,7 @@ try { } catch (Exception $e) { Debugger::log($e); // log exception // or - Debugger::log($e, Debugger::ERROR) // also sends an email notification + Debugger::log($e, Debugger::ERROR); // also sends an email notification } ```