Skip to content

Commit

Permalink
Correct from/until documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rgc99 committed Nov 5, 2023
1 parent 409d91a commit f5d0a89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,8 @@ The parameters `weekday`, `day`, `month` and `from/until` are date filters. If n
| `month` | list | | Months of year to run [jan, feb...dec] |
| `enabled` | bool | true | Enable/disable the schedule |
| `schedule_id` | string | | A unique identifier across all schedules. This must be in [snake_case](#13-snake-case) style |
| `from` | string | see below* | Start date in the year. Format is `mmm dd` for example `Mar 15` |
| `until` | string | see below*| Last date in the year. Format is `mmm dd` for example `Sep 15` |
| `from` | string | see below* | Start date in the year. Format is `dd mmm` for example `15 Mar` |
| `until` | string | see below*| Last date in the year. Format is `dd mmm` for example `15 Sep` |

\* `from` and `until` are mutually inclusive.

Expand Down

0 comments on commit f5d0a89

Please sign in to comment.