From 26715f9ba21be973ca5c707abdfad9daf9bfc78d Mon Sep 17 00:00:00 2001 From: Joe Fleming Date: Tue, 8 Aug 2017 12:25:53 -0700 Subject: [PATCH] chore: add version compat table --- readme.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 3a9b60f..e29842d 100644 --- a/readme.md +++ b/readme.md @@ -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