diff --git a/readme.md b/readme.md index 2983f2a..5344e4a 100644 --- a/readme.md +++ b/readme.md @@ -6,7 +6,7 @@ This is a small app for playing around with a few different admin interface gene [act]: http://activeadmin.info/ [rad]: https://github.com/sferik/rails_admin -To try them out, check out the branch of the admin interface you want to use (`typus`, `active-admin`, `rails-admin`), run `bundle install`, `rake db:migrate`, and then `rails server`. Open your browser and navigate to and you should be good to go. The default credentials for ActiveAdmin are `admin@example.com`/`password`. +To try them out, check out the branch of the admin interface you want to use (`typus`, `active-admin`, `rails-admin`), run `bundle install`, `bundle exec rake db:migrate`, and then `rails server`. Open your browser and navigate to and you should be good to go. The default credentials for ActiveAdmin are `admin@example.com`/`password`. * * *