README.md in http_health_check-0.4.1 vs README.md in http_health_check-0.5.0

- old
+ new

@@ -201,10 +201,10 @@ Sidekiq probe ensures that sidekiq is ready by checking redis is available and writable. It uses sidekiq's redis connection pool to avoid spinning up extra connections. Be aware that this approach does not cover issues with sidekiq being stuck processing slow/endless jobs. Such cases are nearly impossible to cover without false-positive alerts. ```ruby HttpHealthCheck.configure do |config| - config.probe '/readiness/delayed_job', HttpHealthCheck::Probes::Sidekiq.new + config.probe '/readiness/sidekiq', HttpHealthCheck::Probes::Sidekiq.new end ``` #### [DelayedJob](./lib/http_health_check/probes/delayed_job.rb) (active record)