Skip to content

Commit d24b1f7

Browse files
committed
ICL: Readme fixes.
1 parent 1a5fb9c commit d24b1f7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,10 @@ array:5 [
194194
195195
## Auto saving to database
196196
197-
Another cool feature available for you is notifications database storing. It is disabled by default, and available only if you're using `mysql` database connection.
198-
To enable storing notifications to database - just override `enableNotificationDbStoring` method. By default, you'll get `iclogger_notifications` table with all required notifications information.
197+
Another cool feature available for you is notifications database storing. It is disabled by default, and available only if you are using `mysql` database connection.
198+
199+
To enable storing notifications to database - just override `enableNotificationDbStoring` method.
200+
By default, you'll get `iclogger_notifications` table with all required notifications information.
199201
And this would be fine for most cases.
200202

201203
However, you can customize database table name and even storing logic if needed:

0 commit comments

Comments
 (0)