Skip to content

Commit da1eb28

Browse files
authored
Merge pull request #381 from contrepoint/master
update README from Guard documentation
2 parents 96bf7e2 + f5e3521 commit da1eb28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Add the gem to your Gemfile (inside development group):
1818
Add guard definition to your Guardfile by running this command:
1919

2020
```
21-
$ guard init rspec
21+
$ bundle exec guard init rspec
2222
```
2323

2424
## Installing with beta versions of RSpec
@@ -36,7 +36,7 @@ gem 'guard-rspec', '~> 4.7'
3636
```
3737

3838
and for Rails projects this also means adding:
39-
39+
4040
```ruby
4141
gem 'rspec-rails', '= 3.5.0.beta3'
4242
```

0 commit comments

Comments
 (0)