README.md in administrate-base_controller-0.3.0 vs README.md in administrate-base_controller-0.4.0

- old
+ new

@@ -22,10 +22,12 @@ $ gem install administrate-base_controller ## Usage -When you require this gem, the base controller functionality will be added to the `administrate/application_controller`. +When you require this gem, you can `include Adminstrate::BaseControll` in your admin `ApplicationController`. +Alternatively require `administrate/base_controller/engine` instead (e.g. in your Gemfile). The base controller +functionality will be added to the `administrate/application_controller`. You get the following _protected_ methods for free, which you may override: | method | short | description | |--------|-------|-------------|