From 4fd3343f91df965f2c226269682d68b1a6bec12f Mon Sep 17 00:00:00 2001 From: Oleg Kubrakov Date: Fri, 21 Jul 2017 11:07:59 +0800 Subject: [PATCH] Update README.md as per `package.json` updated supported node versions list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16ae6ec..9d0c0b5 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ $ npm install --save loopback-context cls-hooked ``` Make sure you are running on a Node.js version supported by this module -(`^4.5`, `^5.10` or `^6.0`). When installing, check the output of `npm install` +(`^4.5`, `^5.10`, `^6.0` or `^7.0`). When installing, check the output of `npm install` and make sure there are no `engine` related warnings. ## Usage