Commit a39cc393e029b1c0690dd2a71b59a895cd34d30d
1 parent
3b69537a
Exists in
master
and in
21 other branches
Boom
Showing
1 changed file
with
1 additions
and
3 deletions
Show diff stats
README.md
... | ... | @@ -45,9 +45,7 @@ Add this line to your application’s Gemfile: |
45 | 45 | gem 'searchkick' |
46 | 46 | ``` |
47 | 47 | |
48 | -For Elasticsearch 2.0, use version `0.9.2` or above. | |
49 | - | |
50 | -For Elasticsearch 0.90, use version `0.6.3` and [this readme](https://github.com/ankane/searchkick/blob/v0.6.3/README.md). | |
48 | +For Elasticsearch 2.0, use version `0.9.2` or above. For Elasticsearch 0.90, use version `0.6.3` and [this readme](https://github.com/ankane/searchkick/blob/v0.6.3/README.md). | |
51 | 49 | |
52 | 50 | Add searchkick to models you want to search. |
53 | 51 | ... | ... |