1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot.git synced 2022-11-09 11:43:51 -05:00

Clear up the language for pedantic people.

This commit is contained in:
Mike Burns 2011-07-05 13:18:15 -04:00
parent 3292d636fe
commit 3f15c23eaf

View file

@ -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
----------------