Skip to content

Commit 0aa9b01

Browse files
committed
Fixed code samples in README
1 parent 0770644 commit 0aa9b01

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
@@ -156,7 +156,7 @@ To minimize installation errors the C extensions are available in the `concurren
156156
gem. The extension gem lists `concurrent-ruby` as a dependency so it is not necessary to install both.
157157
Simply install the extension gen:
158158

159-
```shell
159+
```ruby
160160
gem install concurrent-ruby-ext
161161
```
162162

@@ -170,7 +170,7 @@ and run `bundle install` from your shell.
170170

171171
In code it is only necessary to
172172

173-
```shell
173+
```ruby
174174
require 'concurrent'
175175
```
176176

0 commit comments

Comments
 (0)