docs: fix versioning typo

For Elasticsearch 2.0, the major version should be 2, not 1.
This commit is contained in:
Emil Hessman
2015-10-19 15:20:02 +02:00
committed by Honza Král
parent 6c086008f2
commit 3e6ab22288
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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