Skip to content

Commit

Permalink
[DOCS] Move gem install to a non-Ruby code block
Browse files Browse the repository at this point in the history
`gem install ...` is not Ruby, and the other places with `gem install` also use the indented block style.
  • Loading branch information
orhantoy authored and picandocodigo committed Mar 27, 2020
1 parent a3ff5e3 commit 82d799e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,8 @@ to learn which releases are still actively supported and tested.

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

```ruby
gem install elasticsearch-model
gem install elasticsearch-rails
```
gem install elasticsearch-model
gem install elasticsearch-rails

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

Expand Down

0 comments on commit 82d799e

Please # to comment.