From d02ef9e1f0ab4a3be85417afad905eb30fa4c11f Mon Sep 17 00:00:00 2001 From: juancancela Date: Sat, 15 Mar 2014 05:04:56 -0200 Subject: [PATCH] Minor typo in README file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06eafe4d8..27d0137a9 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ bower install elasticsearch [Jenkins](https://build.elasticsearch.org/job/es-js_nightly/) -Elasticsearch.js provides support for, and is regularly tested against, Elasticsearch releases **0.90.5 and greater**. We also test against the latest changes in the 0.90 and master branches of the Elasticsearch repository. To tell the client which version of Elastisearch you are using, and therefore the API it should provide, set the `apiVerson` config param. [More info](http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/configuration.html#_config_options) +Elasticsearch.js provides support for, and is regularly tested against, Elasticsearch releases **0.90.5 and greater**. We also test against the latest changes in the 0.90 and master branches of 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.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/configuration.html#_config_options) ## Examples