Skip to content

Commit 82d799e

Browse files
orhantoypicandocodigo
authored andcommitted
[DOCS] Move gem install to a non-Ruby code block
`gem install ...` is not Ruby, and the other places with `gem install` also use the indented block style.
1 parent a3ff5e3 commit 82d799e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,8 @@ to learn which releases are still actively supported and tested.
4343

4444
Install each library from [Rubygems](https://rubygems.org/gems/elasticsearch):
4545

46-
```ruby
47-
gem install elasticsearch-model
48-
gem install elasticsearch-rails
49-
```
46+
gem install elasticsearch-model
47+
gem install elasticsearch-rails
5048

5149
To use an unreleased version, add it to your `Gemfile` for [Bundler](http://bundler.io):
5250

0 commit comments

Comments
 (0)