Update README.md

as per `package.json` updated supported node versions list
This commit is contained in:
Oleg Kubrakov 2017-07-21 11:07:59 +08:00 committed by GitHub
parent 3c10d219c7
commit 4fd3343f91
1 changed files with 1 additions and 1 deletions

View File

@ -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