Skip to content

Commit

Permalink
Merge f5e3521 into 2c8591b
Browse files Browse the repository at this point in the history
  • Loading branch information
contrepoint committed Jun 29, 2016
2 parents 2c8591b + f5e3521 commit b3e0a8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -18,7 +18,7 @@ Add the gem to your Gemfile (inside development group):
Add guard definition to your Guardfile by running this command:

```
$ guard init rspec
$ bundle exec guard init rspec
```

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

and for Rails projects this also means adding:

```ruby
gem 'rspec-rails', '= 3.5.0.beta3'
```
Expand Down

0 comments on commit b3e0a8c

Please sign in to comment.