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