From 15ded447b7cb1e0daf2da12a300fb08437df5877 Mon Sep 17 00:00:00 2001 From: Alexander Mossin Date: Wed, 28 Sep 2011 12:14:32 +0300 Subject: [PATCH] Fixed the git repo path in README.rdoc/Get It --- README.rdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rdoc b/README.rdoc index 61a1969..87e30ee 100644 --- a/README.rdoc +++ b/README.rdoc @@ -6,11 +6,11 @@ resource_controller makes RESTful controllers easier, more maintainable, and sup Install it as a plugin: - script/plugin install git://github.com/giraffesoft/resource_controller.git + script/plugin install git://github.com/jamesgolick/resource_controller.git Or grab the source - git clone git://github.com/giraffesoft/resource_controller.git + git clone git://github.com/jamesgolick/resource_controller.git = Usage