diff --git a/README.md b/README.md index 7318ebe..1823e8c 100644 --- a/README.md +++ b/README.md @@ -47,13 +47,13 @@ jobs: ### Configuration Fields -|| Field | Description | Format | Examples | -||-------|-------------|--------|----------| -|| `name` | Descriptive job name for logging | String | "Daily Backup", "Health Check" | -|| `minute` | Minute pattern (0-59) | String | `"0"`, `"*/5"`, `"15,30,45"`, `"*"` | -|| `hour` | Hour pattern (0-23) | String | `"2"`, `"*/2"`, `"9-17"`, `"*"` | -|| `command` | Shell command to execute | String | `"echo 'Hello'"`, `"backup.sh"` | -|| `notification` | Name of notification configuration to use | String | `"default"` | +| Field | Description | Format | Examples | +|-------|-------------|--------|----------| +| `name` | Descriptive job name for logging | String | "Daily Backup", "Health Check" | +| `minute` | Minute pattern (0-59) | String | `"0"`, `"*/5"`, `"15,30,45"`, `"*"` | +| `hour` | Hour pattern (0-23) | String | `"2"`, `"*/2"`, `"9-17"`, `"*"` | +| `command` | Shell command to execute | String | `"echo 'Hello'"`, `"backup.sh"` | +| `notification` | Name of notification configuration to use | String | `"default"` | ### Notifications @@ -127,4 +127,4 @@ jobs: minute: "0" hour: "3" command: "cleanup.sh" -``` \ No newline at end of file +```