Skip to content

Commit 935c1ea

Browse files
committed
Merge pull request #483 from IvanShamatov/master
Adding `require` to documentation
2 parents 0daa4a0 + 55b342d commit 935c1ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ gem install concurrent-ruby
182182
or add the following line to Gemfile:
183183

184184
```ruby
185-
gem 'concurrent-ruby'
185+
gem 'concurrent-ruby', require: 'concurrent'
186186
```
187187

188188
and run `bundle install` from your shell.
@@ -198,7 +198,7 @@ gem install concurrent-ruby-edge
198198
or add the following line to Gemfile:
199199

200200
```ruby
201-
gem 'concurrent-ruby-edge'
201+
gem 'concurrent-ruby-edge', require: 'concurrent-edge'
202202
```
203203

204204
and run `bundle install` from your shell.

0 commit comments

Comments
 (0)