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)