Skip to content

Commit

Permalink
Merge pull request #223 from alexch/patch-1
Browse files Browse the repository at this point in the history
correct descriptions of minutely and secondly
  • Loading branch information
avit committed Apr 15, 2014
2 parents c5736e1 + bd2e7da commit ccb3720
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ schedule.add_recurrence_rule Rule.hourly
schedule.add_recurrence_rule Rule.hourly(2).day(:monday)
```

### Minutely (by minute of hour)
### Minutely (every N minutes)

```ruby
# every 10 minutes
Expand All @@ -261,7 +261,7 @@ schedule.add_recurrence_rule Rule.minutely(10)
schedule.add_recurrence_rule Rule.minutely(90).day_of_week(:tuesday => [-1])
```

### Secondly (by second of minute)
### Secondly (every N seconds)

```ruby
# every second
Expand Down

0 comments on commit ccb3720

Please sign in to comment.