README.md in sidekiq-unique-jobs-6.0.0.rc4 vs README.md in sidekiq-unique-jobs-6.0.0.rc5

- old
+ new

@@ -273,11 +273,11 @@ There are two ways to display and remove keys regarding uniqueness. The console way and the command line way. ### Console -Start the console with the following command `bundle exec jobs console`. +Start the console with the following command `bundle exec uniquejobs console`. #### List Unique Keys `keys '*', 100` @@ -285,10 +285,10 @@ `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. +`bundle exec uniquejobs` displays help on how to use the unique jobs command line. ## Communication There is a [![Join the chat at https://gitter.im/mhenrixon/sidekiq-unique-jobs](https://badges.gitter.im/mhenrixon/sidekiq-unique-jobs.svg)](https://gitter.im/mhenrixon/sidekiq-unique-jobs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) for praise or scorn. This would be a good place to have lengthy discuss or brilliant suggestions or simply just nudge me if I forget about anything.