chore: add version compat table
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user