From 2bc2ab33cf2df75946e094fa3cfc5a34d5f28868 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Wed, 19 Jun 2024 08:01:43 -0500 Subject: [PATCH] readme: shorten yml comment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b0b551..034672b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ to know what programs to `exec`. Example: --- autostarts: pre: # *always* run, before/blocking others. ie: backup - weekend: [] # blocking tasks to run on weekends only, after 'pre'/before 'common'. ie: backup tier 2 + weekend: [] # blocking Sat/Sun. after 'pre'/before 'common'. ie: backup tier 2 common: [] # things started every day, after 'pre' - non-blocking work: [] # does not execute on weekends; only if within working day/hours ```