Skip to content

Commit

Permalink
Merge pull request #241 from 907th/fix_typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
thibaudgg committed Jan 2, 2014
2 parents 6e1852c + 6b0fcff commit 17c87e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ end

### Running with bundler

Running `bundle exec guard` will not run the specs with bundler. You need to change `cmd` the option to include `bundle exec`:
Running `bundle exec guard` will not run the specs with bundler. You need to change the `cmd` option to `bundle exec rspec`:

``` ruby
guard :rspec, cmd: 'bundle exec guard' do
guard :rspec, cmd: 'bundle exec rspec' do
# ...
end
```
Expand Down

0 comments on commit 17c87e9

Please sign in to comment.