From dfc2874972daf601f3eeb4cd2bff589290cc2521 Mon Sep 17 00:00:00 2001 From: rubyist Date: Sat, 5 Sep 2009 19:54:52 -0700 Subject: [PATCH] Correct official fork in README [herestomwiththeweather] --- README.rdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rdoc b/README.rdoc index 9a24857..ca138db 100644 --- a/README.rdoc +++ b/README.rdoc @@ -36,7 +36,7 @@ The callback chain & order on a successful event looks like: The latest AASM can currently be pulled from the git repository on github. -* http://github.com/ttilley/aasm/tree/master +* http://github.com/rubyist/aasm/tree/master == Installation @@ -44,7 +44,7 @@ The latest AASM can currently be pulled from the git repository on github. === From GitHub hosted gems % sudo gem sources -a http://gems.github.com # (you only need to do this once) - % sudo gem install ttilley-aasm + % sudo gem install rubyist-aasm === Building your own gems