Skip to content

Commit

Permalink
Removed year field from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonmantank authored Aug 18, 2017
1 parent 6a81b0c commit 8b989c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ CRON Expressions

A CRON expression is a string representing the schedule for a particular command to execute. The parts of a CRON schedule are as follows:

* * * * * *
- - - - - -
| | | | | |
| | | | | + year [optional]
* * * * *
- - - - -
| | | | |
| | | | |
| | | | +----- day of week (0 - 7) (Sunday=0 or 7)
| | | +---------- month (1 - 12)
| | +--------------- day of month (1 - 31)
Expand Down

0 comments on commit 8b989c9

Please sign in to comment.