readme: add missing inlined '[]' for 'pre'

This commit is contained in:
Josh Lay 2024-06-19 08:10:29 -05:00
parent 968ea8a62d
commit 2d572e9fdb
No known key found for this signature in database
GPG key ID: 47AA304B2243B579

View file

@ -32,7 +32,7 @@ Example with in-line comments:
```yaml
---
autostarts:
pre: # *always* run, before/blocking others. ie: backup
pre: [] # *always* run, before/blocking others. ie: backup
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