README.rdoc in merb-admin-0.7.0 vs README.rdoc in merb-admin-0.7.1

- old
+ new

@@ -9,10 +9,10 @@ http://github.com/sferik/merb-admin/raw/master/screenshots/list.png http://github.com/sferik/merb-admin/raw/master/screenshots/edit.png == Installation $ gem install merb-admin -s http://gemcutter.org In your app, add the following dependency to <tt>config/dependencies.rb</tt>: - dependency "merb-admin", "0.7.0" + dependency "merb-admin", "0.7.1" Add the following route to <tt>config/router.rb</tt>: add_slice(:merb_admin, :path_prefix => "admin") Then, run the following rake task: $ rake slices:merb-admin:install == Configuration (optional)