Skip to content

Commit 182b21b

Browse files
committed
Merge pull request jonleighton#29 from stgeneral/patch-1
Change example to single quotes
2 parents 7a69827 + 46cc5f7 commit 182b21b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This gem implements the `rspec` command for
88
Add to your Gemfile:
99

1010
``` ruby
11-
gem "spring-commands-rspec", group: :development
11+
gem 'spring-commands-rspec', group: :development
1212
```
1313

1414
If you're using spring binstubs, run `bundle exec spring binstub rspec` to generate `bin/rspec`.

0 commit comments

Comments
 (0)