Skip to content

Commit

Permalink
Merge pull request #2 from trusted/fix-lib-name
Browse files Browse the repository at this point in the history
chore: fix lib name in readme
  • Loading branch information
gustavodiel authored Jul 3, 2024
2 parents 4c5b59b + eb961f9 commit 7042d3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ You can specify a custom error class for silent retries. This is useful for maki
Create an initializer file (e.g., config/initializers/sidekiq_silent_retry.rb) and add the following:

```ruby
Sidekiq::Silent::Retry.silent_retry_error_class = MySilentRetryError
Sidekiq::SilentRetry.silent_retry_error_class = MySilentRetryError
```

#### 2. Mark jobs for Silent Retry
Expand Down Expand Up @@ -78,4 +78,4 @@ The gem is available as open source under the terms of the [MIT License](https:/

## Code of Conduct

Everyone interacting in the Sidekiq::Silent::Retry project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/trusted/sidekiq-silent-retry/blob/main/CODE_OF_CONDUCT.md).
Everyone interacting in the Sidekiq::SilentRetry project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/trusted/sidekiq-silent-retry/blob/main/CODE_OF_CONDUCT.md).

0 comments on commit 7042d3f

Please sign in to comment.