From 2206c1f50c2f9a44c5c19e9fe921d7ddaaf7e2d8 Mon Sep 17 00:00:00 2001 From: Joe Ferris Date: Tue, 16 Dec 2008 15:13:02 -0500 Subject: [PATCH] Moved up the info section of the readme and added a link to the mailing lists --- README.textile | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.textile b/README.textile index b6372d18c..6cd9bc32a 100644 --- a/README.textile +++ b/README.textile @@ -19,6 +19,14 @@ config.gem "thoughtbot-factory_girl", :lib => "factory_girl", :source => "http://gems.github.com" +h2. More Information + +"Our blog":http://giantrobots.thoughtbot.com + +"factory_girl rdoc":http://dev.thoughtbot.com/factory_girl + +"Mailing list":http://groups.google.com/group/factory_girl + h2. Contributing Please read the contribution guidelines before submitting patches or pull requests. @@ -144,8 +152,3 @@ Factory.build(:user, :first_name => 'Joe') # Return an attributes Hash that can be used to build a User instance attrs = Factory.attributes_for(:user) -h2. More Information - -"Our blog":http://giantrobots.thoughtbot.com - -"factory_girl rdoc":http://dev.thoughtbot.com/factory_girl