From 40561d61bf08a9a0ec8b07c7f90a4fdebbc0530e Mon Sep 17 00:00:00 2001 From: Igor Chepurnoy Date: Tue, 21 Jun 2016 11:43:03 +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 f43566e..e4a1293 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ To use this extension you need define action in any controller (for example /mod ]; } ``` -This action is used to view list of executed commands. // http://project.com/admin/settings/cron +This action is used to view list of executed commands. http://project.com/admin/settings/cron To log cron actions you should add behavior to all commands that should be logged.