Skip to content

Commit 46cc5f7

Browse files
committed
Change example to single quotes
1 parent 7a69827 commit 46cc5f7

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)