From 9b02bdf56c9e193474f8636dcaf828eb7ff93f9c Mon Sep 17 00:00:00 2001 From: Joe Fleming Date: Wed, 1 Mar 2017 11:30:33 -0700 Subject: [PATCH] update the readme about version compatability --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index 77c6295..662389b 100644 --- a/readme.md +++ b/readme.md @@ -8,6 +8,10 @@ `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: + +`npm install equeue@^1.0.0` + ## Usage Simply include the module in your application.