diff --git a/README.rdoc b/README.rdoc index 1c1f3fd..4ed21d5 100644 --- a/README.rdoc +++ b/README.rdoc @@ -16,9 +16,9 @@ while still keeping your controllers trim and readable. == Get it! -Rails +Rails 3.0+ - $ ruby script/plugin install git://github.com/hcatlin/make_resourceful.git + gem "make_resourceful" #ZOMG, SO EASY Git @@ -26,16 +26,6 @@ Git == Use it! -The easiest way to start with make_resourceful -is to run the resource_scaffold generator. -It uses the same syntax as the Rails scaffold_resource generator: - - $ script/generate resource_scaffold post title:string body:text - -It does, however, require {Haml}[http://haml-lang.com]. -You _are_ using Haml, right? No? -I'll wait here while you go fall in love with it. - If you want to try make_resourceful on one of your current controllers, just replace the mess of repetition with this: