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 ```