Skip to content

Commit

Permalink
Link to Chronic in README
Browse files Browse the repository at this point in the history
  • Loading branch information
swrobel authored and marcelolx committed Jul 7, 2023
1 parent cc9eb57 commit c7b02be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ At, and in types push jobs only once. `at` schedules in a point in time:
at: '3001/01/01'
```

You can specify any string that `DateTime.parse` and `Chronic` understand. To enable Chronic
You can specify any string that `DateTime.parse` and `Chronic` understand. To enable [Chronic](https://github.com/mojombo/chronic)
strings, you must add it as a dependency.

`in` triggers after a time duration has elapsed:
Expand Down

0 comments on commit c7b02be

Please sign in to comment.