From b3f8ac818398e1da5ee69e2b1a3a58d7d11ca72f Mon Sep 17 00:00:00 2001 From: Gabe Berke-Williams Date: Thu, 28 Jul 2011 10:46:06 -0300 Subject: [PATCH] Typos and formatting --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2dae59e..495e64b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Rails factory_girl_rails provides Rails integration for factory_girl. All Rails-specific features are only compatible with Rails 3. -Currenty, automatic factory definition loading is the only Rails-specific feature. +Currently, automatic factory definition loading is the only Rails-specific feature. Download -------- @@ -21,12 +21,13 @@ Download Github: http://github.com/thoughtbot/factory_girl_rails/tree/master Gem: + gem install factory_girl_rails Configuration ------------- -Add factory_girl Rails to your Gemfile: +Add factory_girl_rails to your Gemfile: gem 'factory_girl_rails' @@ -35,6 +36,7 @@ More Information factory_girl: http://github.com/thoughtbot/factory_girl/tree/master + Contributing ------------ @@ -43,7 +45,7 @@ Please see CONTRIBUTING.md for details. Credits ------- -factory_girl was originally written by Joe Ferris +factory_girl was originally written by Joe Ferris. ![thoughtbot](http://thoughtbot.com/images/tm/logo.png)