Skip to content

Commit

Permalink
Link to Fugit gem
Browse files Browse the repository at this point in the history
  • Loading branch information
vassilevsky authored and marcelolx committed Jun 7, 2021
1 parent 902d763 commit dc7f1f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -179,7 +179,7 @@ Cron, every, and interval types push jobs into sidekiq in a recurrent manner.
every: '45m' # Runs every 45 minutes
```

The value is parsed by `Fugit::Duration#parse`. It understands quite a number of formats, including human-readable ones:
The value is parsed by [`Fugit::Duration.parse`](https://github.com/floraison/fugit#fugitduration). It understands quite a number of formats, including human-readable ones:

``` yaml
every: 45 minutes
Expand Down

0 comments on commit dc7f1f6

Please sign in to comment.