diff --git a/README.md b/README.md index 81a80799..01c44522 100644 --- a/README.md +++ b/README.md @@ -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 ```