From a64500ba252c568fa93635dbb0c9766b5a2e88ec Mon Sep 17 00:00:00 2001 From: Ciprian Amariei Date: Tue, 14 May 2024 12:25:37 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb87a13..7edeff6 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ To view all monitored scheduled tasks, you can run `schedule-monitor:list`. This ![screenshot](https://github.com/spatie/laravel-schedule-monitor/blob/main/docs/list.png) -The package will write an entry to the `monitored_scheduled_task_log_items` table in the db each time a schedule tasks starts, end, fails or is skipped. Take a look at the contest of that table if you want to know when and how scheduled tasks did execute. The log items also hold other interesting metrics like memory usage, execution time, and more. +The package will write an entry to the `monitored_scheduled_task_log_items` table in the db each time a schedule tasks starts, end, fails or is skipped. Take a look at the contents of that table if you want to know when and how scheduled tasks did execute. The log items also hold other interesting metrics like memory usage, execution time, and more. ### Naming tasks