Commit 428477306856ef63fe98b98d5117186c53dc9f7c

Authored by Andrew
1 parent 437ddb24

Added ES 6 to supported versions [skip ci]

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
README.md
... ... @@ -54,7 +54,7 @@ Add this line to your application’s Gemfile:
54 54 gem 'searchkick'
55 55 ```
56 56  
57   -The latest version works with Elasticsearch 2 and 5. For Elasticsearch 1, use version 1.5.1 and [this readme](https://github.com/ankane/searchkick/blob/v1.5.1/README.md).
  57 +The latest version works with Elasticsearch 2, 5, and 6. For Elasticsearch 1, use version 1.5.1 and [this readme](https://github.com/ankane/searchkick/blob/v1.5.1/README.md).
58 58  
59 59 Add searchkick to models you want to search.
60 60  
... ...