We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 675b919 commit 96e8a75Copy full SHA for 96e8a75
README.md
@@ -156,7 +156,7 @@ To minimize installation errors the C extensions are available in the `concurren
156
gem. The extension gem lists `concurrent-ruby` as a dependency so it is not necessary to install both.
157
Simply install the extension gen:
158
159
-```shell
+```ruby
160
gem install concurrent-ruby-ext
161
```
162
@@ -170,7 +170,7 @@ and run `bundle install` from your shell.
170
171
In code it is only necessary to
172
173
174
require 'concurrent'
175
176
0 commit comments