Skip to content

Commit 96bf7e2

Browse files
authored
Merge pull request #380 from wasimakram/master
Updated README - Missing quote
2 parents 2c8591b + f17f21f commit 96bf7e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ gem 'rspec-expectations', '= 3.5.0.beta3'
3232
gem 'rspec-mocks', '= 3.5.0.beta3'
3333
gem 'rspec-support', '= 3.5.0.beta3'
3434

35-
gem 'guard-rspec, '~> 4.7`
35+
gem 'guard-rspec', '~> 4.7'
3636
```
3737

3838
and for Rails projects this also means adding:

0 commit comments

Comments
 (0)