From 10754d817ea117924a589406595ea765bb19fb87 Mon Sep 17 00:00:00 2001 From: Jon Bauer Date: Mon, 18 May 2020 16:30:59 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f27ed5..1c67dcc 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ __For using it automatically on Sidekiq start add this line to your Sidekiq init ```ruby Sidekiq.configure_server do |config| # Some code for your Sidekiq setup - Sidekiq::UniqueJobs::StartupCleaner.clean_unique_digests + SidekiqUniqueDigestsCleaner.clean_unique_digests end ```