README.markdown in merb-admin-0.4.6 vs README.markdown in merb-admin-0.4.7
- old
+ new
@@ -14,10 +14,10 @@
## Install it
In your app, add the following dependency to `config/dependencies.rb`:
- dependency "merb-admin", "0.4.6"
+ dependency "merb-admin", "0.4.7"
Add the following route to `config/router.rb`:
add_slice(:merb_admin, :name_prefix => nil, :path_prefix => "admin", :default_routes => false)