Skip to content

Commit

Permalink
Merge pull request #116 from jayceekay/patch-1
Browse files Browse the repository at this point in the history
Update README.md - fix CustomProvider example
  • Loading branch information
lbeder authored Mar 23, 2024
2 parents 92d121f + 4e0ed77 commit 05813dc
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 @@ -332,7 +332,7 @@ end

```ruby
HealthMonitor.configure do |config|
config.add_custom_provider(CustomProvider.new)
config.add_custom_provider(CustomProvider)
end
```

Expand Down

0 comments on commit 05813dc

Please sign in to comment.