chore: add version compat table

This commit is contained in:
2017-08-08 12:25:53 -07:00
parent b980ad9e9e
commit 26715f9ba2

View File

@@ -12,11 +12,16 @@ While it's believed to be pretty stable, this library isn't really being used an
## Installation
Version | Elasticsearch Version
------- | ---------------------
2.x + | 5.x +
0.x-1.x | 2.x-4.x
`npm install esqueue`
Note that the more recent version of esqueue is meant to work with Elasticsearch 5.x or later. If you need it to work with an older version, use v1.0.0:
If you are working with an older version of Elasticsearch, you need it to work with an older version of esqueue. For example:
`npm install equeue@^1.0.0`
`npm install esqueue@^1.0.0`
## Usage