From 3f15c23eaf15040b0c3b75d2d6313dca33dcd91f Mon Sep 17 00:00:00 2001 From: Mike Burns Date: Tue, 5 Jul 2011 13:18:15 -0400 Subject: [PATCH] Clear up the language for pedantic people. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 972e9aa..f44453b 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,14 @@ See [GETTING_STARTED.md](http://github.com/thoughtbot/factory_girl/blob/master/G Install -------- -```bash +```shell gem install factory_girl ``` or add the following line to Gemfile: ```ruby gem 'factory_girl' ``` -and run `bundle install` +and run `bundle install` from your shell. More Information ----------------