README.md in sidekiq-throttled-0.8.1 vs README.md in sidekiq-throttled-0.8.2

- old
+ new

@@ -179,10 +179,11 @@ * Sidekiq 4.0.x * Sidekiq 4.1.x * Sidekiq 4.2.x * Sidekiq 5.0.x +* Sidekiq 5.1.x ## Contributing * Fork sidekiq-throttled on GitHub @@ -195,13 +196,13 @@ ## Development ``` bundle update -appraisal install # install dependencies for all gemfiles -appraisal update # update dependencies for all gemfiles -appraisal rspec # run rspec against each gemfile -bundle exec rubocop # run static code analysis +bundle exec appraisal install # install dependencies for all gemfiles +bundle exec appraisal update # update dependencies for all gemfiles +bundle exec appraisal rspec # run rspec against each gemfile +bundle exec rubocop # run static code analysis ``` Don't forget to run `appraisal update` after any changes to `Gemfile`.