From 3e6ab222887e2929db52c751200e6db51a2c4a80 Mon Sep 17 00:00:00 2001 From: Emil Hessman Date: Thu, 15 Oct 2015 22:41:33 +0200 Subject: [PATCH] docs: fix versioning typo For Elasticsearch 2.0, the major version should be 2, not 1. --- README | 2 +- docs/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 8b6f4475..00c7cf3a 100644 --- a/README +++ b/README @@ -17,7 +17,7 @@ Compatibility The library is compatible with all Elasticsearch versions since ``0.90.x`` but you **have to use a matching major version**: -For **Elasticsearch 2.0** and later, use the major version 1 (``1.x.y``) of the +For **Elasticsearch 2.0** and later, use the major version 2 (``2.x.y``) of the library. For **Elasticsearch 1.0** and later, use the major version 1 (``1.x.y``) of the diff --git a/docs/index.rst b/docs/index.rst index cc3010ea..d126404c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -17,7 +17,7 @@ Compatibility The library is compatible with all Elasticsearch versions since ``0.90.x`` but you **have to use a matching major version**: -For **Elasticsearch 2.0** and later, use the major version 1 (``1.x.y``) of the +For **Elasticsearch 2.0** and later, use the major version 2 (``2.x.y``) of the library. For **Elasticsearch 1.0** and later, use the major version 1 (``1.x.y``) of the