Skip to content

Commit 0481232

Browse files
committed
ICL: Readme fixes.
1 parent f051d21 commit 0481232

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ Notification recipients were set, so they would get email notifications accordin
9191
By default, you'll get notification of each level which is higher than NOTICE (see [PSR-3 log levels](http://www.php-fig.org/psr/psr-3/#5-psr-log-loglevel)).
9292
This means, that you'll get notification about each NOTICE, WARNING, ERROR, CRITICAL, ALERT and EMERGENCY, occurred while execution.
9393
94-
You can change this behaviour and customize other aspects of notifications such as subject, "from address" and maybe some others, by overriding proper methods:
94+
You can change this behaviour and customize other aspects of notifications. Subject, "from address" and maybe some others, could be customized by overriding proper methods:
95+
9596
```php
9697
use Monolog\Logger;
9798

0 commit comments

Comments
 (0)