remove outdated supported versions badge

This commit is contained in:
spalger
2017-02-08 18:28:11 -07:00
parent fa52920ff1
commit 5fdf17aa60

View File

@ -41,8 +41,6 @@ You can probably find help in [#kibana](https://kiwiirc.com/client/irc.freenode.
## Supported Elasticsearch Versions
![Supporting Elasticsearch Version 0.90 to 5.0-prerelease](https://img.shields.io/badge/elasticsearch-0.90%20to%205.0--prerelease-green.svg?style=flat-square)
Elasticsearch.js provides support for, and is regularly tested against, Elasticsearch releases 0.90.12 and greater. We also test against the latest changes in several branches in the Elasticsearch repository. To tell the client which version of Elastisearch you are using, and therefore the API it should provide, set the `apiVersion` config param. [More info](http://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/configuration.html#config-options)
## Examples