Skip to content

Commit 0390674

Browse files
authored
Merge pull request #188 from koic/add_require_false_to_example_code_in_readme
Add `require: false` to example code in README
2 parents 92c3c6f + 30a1f39 commit 0390674

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
@@ -18,7 +18,7 @@ gem install rubocop-rails
1818
or if you use bundler put this in your `Gemfile`
1919

2020
```ruby
21-
gem 'rubocop-rails'
21+
gem 'rubocop-rails', require: false
2222
```
2323

2424
## Usage

0 commit comments

Comments
 (0)