diff --git a/plugins/Scheduler/README.md b/plugins/Scheduler/README.md index a70bb42d6..b1871c772 100644 --- a/plugins/Scheduler/README.md +++ b/plugins/Scheduler/README.md @@ -1,2 +1,2 @@ This plugin allows you to scheduler commands to execute at a later time. -For example, 'scheduler add [seconds 30m] "echo [cpu]"' will schedule the command "cpu" to be sent to the channel in 30 minutes. \ No newline at end of file +For example, `scheduler add [time seconds 30m] "utilities echo [status cpu]"` will schedule the command `cpu` to be sent to the channel in 30 minutes.