Skip to content

Commit

Permalink
Merge pull request #10 from markspolakovs/patch-1
Browse files Browse the repository at this point in the history
Clean up readme formatting
  • Loading branch information
kevintyll committed Jan 20, 2017
2 parents 8c3e9ca + 902b930 commit 470e1a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Expand Up @@ -45,7 +45,7 @@ Configuration
--------------

There are a few things you need to configure, and a few more you can if you like. The easiest is to add an initializer:

```rb
ResqueManager.configure do |config|
# configure redis
config.redis_config = YAML.load(IO.read(Rails.root.join("config", "redis.yml")))["#{Rails.env}_resque"]
Expand All @@ -68,7 +68,7 @@ ResqueManager.configure do |config|
# ex. resque_worker_cap: 'bundle exec bin/cap'
config.resque_worker_cap = resque_manager_config['resque_worker_cap']
end

```
See the sample .yml files in config.

Capistrano Configuration
Expand Down

0 comments on commit 470e1a7

Please sign in to comment.