Skip to content

Commit 9a5e889

Browse files
committed
change readme
1 parent 6ad2542 commit 9a5e889

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

readme.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ translate('invalid expr');
3636

3737
# Speech Rules
3838

39-
Keyword `/(\s*?)at\s/` decides if an exact time (e.g: 09:40:31) is used or an interval (e.g: every hour, all 20 seconds, etc), seconds in exact times are optional.
40-
41-
Keyword `year` sets the pattern automatically to first of january. Day of weeks can not be used with year.
42-
4339
## Days:
4440

4541
Days will always translate in numbers. `weekends` translates to `6,7` and workdays will translate to `1,2,4,5`.
@@ -106,9 +102,9 @@ on december every 1 hour
106102
every 12 hours
107103
```
108104

109-
### Special Tokens
105+
## Special Tokens
110106

111-
## Yearly
107+
### Yearly
112108

113109
Always will run on first of january at 0:00 if no time is given.
114110
Weekdays are not possible with this expression and will be overwritten.
@@ -120,7 +116,7 @@ yearly
120116
yearly at 9:30
121117
```
122118

123-
## Weekly
119+
### Weekly
124120

125121
Weekly will run on every 7th day of month (\*/7) at 0:00 if no time is given.
126122
Weekdays are not possible with this expression and will be overwritten.
@@ -132,7 +128,7 @@ weekly at 9:30
132128
weekly in 15 minute intervals on january
133129
```
134130

135-
## Quarterly
131+
### Quarterly
136132

137133
Quarterly will run on every 3rd month of year (\*/3) at 0:00 if no time is given.
138134
Weekdays are possible

0 commit comments

Comments
 (0)