README.md in almanac-0.4.5 vs README.md in almanac-0.5.0

- old
+ new

@@ -33,16 +33,16 @@ ### 3. Run Almanac Migrations First off, install Almanac migrations: ```ruby -bundle exec rake almanac:install:migrations +rake almanac:install:migrations ``` Then migrate your database: ```ruby -bundle exec rake db:migrate +rake db:migrate ``` ### 4. Devise and CanCan Setup Almanac relies on Devise and CanCan properly configured in your app. In short, the `current_user` variable and CanCan `ability.rb` file has to exist. You can setup permissions for the following Almanac models: \ No newline at end of file