README.md in quo_vadis-2.1.4 vs README.md in quo_vadis-2.1.5

- old
+ new

@@ -35,13 +35,11 @@ ## Installation Add the gem to your Gemfile: ```ruby -gem 'quo_vadis', '~> 2.0' +bundle add 'quo_vadis' ``` - -Then run `bundle install`. Next, add the database tables: ``` rails quo_vadis:install:migrations && rails db:migrate