Skip to content

Commit 9640fee

Browse files
authored
Remove @reboot from usage section
1 parent 3181299 commit 9640fee

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,6 @@ cronstrue.toString("* * * 6-8 *", { monthStartIndexZero: true });
9494

9595
cronstrue.toString("@monthly");
9696
> "At 12:00 AM, on day 1 of the month"
97-
98-
cronstrue.toString("@reboot");
99-
> "Run once, at startup"
100-
10197
```
10298

10399
For more usage examples, including a demonstration of how cRonstrue can handle some very complex cron expressions, you can [reference the unit tests](https://github.com/bradymholt/cRonstrue/blob/main/test/cronstrue.ts).

0 commit comments

Comments
 (0)