Skip to content

Commit

Permalink
Apply code review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
snmgian committed Jan 17, 2017
1 parent 8f3d1b2 commit ab7c7b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -169,7 +169,7 @@ See https://github.com/jmettraux/rufus-scheduler for more information.

## Load the schedule from a different file

You can place the schedule configuration in a separate file than `config/sidekiq.yml`
You can place the schedule configuration in a separate file from `config/sidekiq.yml`

``` yaml
# sidekiq_scheduler.yml
Expand All @@ -182,7 +182,7 @@ clear_leaderboards_contributors:
description: 'This job resets the weekly leaderboard for contributions'
```

Please note that `schedule` root key is not present in the separate file.
Please notice that the `schedule` root key is not present in the separate file.

To load the schedule:

Expand Down

0 comments on commit ab7c7b2

Please sign in to comment.