README.markdown in merb-admin-0.4.8 vs README.markdown in merb-admin-0.4.9

- old
+ new

@@ -14,14 +14,14 @@ ## Install it In your app, add the following dependency to `config/dependencies.rb`: - dependency "merb-admin", "0.4.8" + dependency "merb-admin", "0.4.9" Add the following route to `config/router.rb`: - add_slice(:merb_admin, :name_prefix => nil, :path_prefix => "admin", :default_routes => false) + add_slice(:merb_admin, :path_prefix => "admin") Then, run the following rake task: rake slices:merb-admin:install