Skip to content

Commit

Permalink
chore: fix lib name in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavodiel committed Jul 3, 2024
1 parent 73b80fb commit eb961f9
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 eb961f9

Please sign in to comment.