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:
parent
3292d636fe
commit
3f15c23eaf
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
----------------
|
||||
|
|
Loading…
Add table
Reference in a new issue