README.textile in thoughtbot-factory_girl-1.1.4 vs README.textile in thoughtbot-factory_girl-1.1.5

- old
+ new

@@ -17,9 +17,13 @@ config.gem "thoughtbot-factory_girl", :lib => "factory_girl", :source => "http://gems.github.com" +h2. Contributing + +Please read the contribution guidelines before submitting patches or pull requests. + h2. Defining factories <pre><code># This will guess the User class Factory.define :user do |u| u.first_name 'John'