Skip to content

Commit

Permalink
Moved up the info section of the readme and added a link to the maili…
Browse files Browse the repository at this point in the history
…ng lists
  • Loading branch information
jferris committed Dec 16, 2008
1 parent d550e70 commit 2206c1f
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.textile
Expand Up @@ -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.
Expand Down Expand Up @@ -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)</code></pre>

h2. More Information

"Our blog":http://giantrobots.thoughtbot.com

"factory_girl rdoc":http://dev.thoughtbot.com/factory_girl

0 comments on commit 2206c1f

Please sign in to comment.