Skip to content

Commit

Permalink
Merge pull request #232 from iroller/patch-1
Browse files Browse the repository at this point in the history
Update README: no interval for service definition
  • Loading branch information
johnbellone committed Oct 27, 2015
2 parents 46d0a55 + eda33e6 commit d7d2161
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 @@ -92,7 +92,7 @@ reload.
```ruby
consul_definition 'redis' do
type 'service'
parameters(tags: %w{master}, address: '127.0.0.1', port: 6379, interval: '30s')
parameters(tags: %w{master}, address: '127.0.0.1', port: 6379)
notifies :reload, 'consul_service[consul]', :delayed
end
```
Expand Down

0 comments on commit d7d2161

Please sign in to comment.