From 5fdf17aa60d0d4f388727fd606d4fc7d59f8a759 Mon Sep 17 00:00:00 2001 From: spalger Date: Wed, 8 Feb 2017 18:28:11 -0700 Subject: [PATCH] remove outdated supported versions badge --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index a6fcc0f35..4712b9869 100644 --- a/README.md +++ b/README.md @@ -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