Skip to content

Commit 4e2164e

Browse files
ducky-hongTheCodedSelf
authored andcommitted
Fix small error in README (TheCodedSelf#23)
Tuesday is 2, not 3.
1 parent 4833dc7 commit 4e2164e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ let anotherExpression = CronExpression(minute: "30", hour: "11", day: "9", month
4949
```
5050
```swift
5151
// Every tuesday at 6:00pm
52-
let everyTuesday = CronExpression(minute: "0", hour: "18", weekday: "3")
52+
let everyTuesday = CronExpression(minute: "0", hour: "18", weekday: "2")
5353
```
5454

5555
<br/>

0 commit comments

Comments
 (0)