README.md in sidekiq-unique-jobs-4.0.9 vs README.md in sidekiq-unique-jobs-4.0.10

- old
+ new

@@ -192,18 +192,17 @@ ### Console Start the console with the following command `bundle exec jobs console`. #### List Unique Keys -`keys '*', count: 100` +`keys '*', 100` #### Remove Unique Keys -`del_by '*', count: 100, dry_run: false` the dry_run and count parameters are both required. This is to have some type of protection against clearing out all uniqueness. +`del '*', 100, false` the dry_run and count parameters are both required. This is to have some type of protection against clearing out all uniqueness. ### Command Line `bundle exec jobs` displays help on how to use the unique jobs command line. - ## Testing To enable the testing for `sidekiq-unique-jobs`, add `require 'sidekiq_unique_jobs/testing'` to your testing helper.