From 9fbeaa180bf8686ab778c30daee70b5644bc5a85 Mon Sep 17 00:00:00 2001 From: Lloyd Brookes Date: Tue, 11 Jul 2017 10:42:07 +0100 Subject: [PATCH] readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5011579..d8f7c4b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](https://github.com/feross/standard) [![Join the chat at https://gitter.im/lwsjs/local-web-server](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/lwsjs/local-web-server?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +**Requires node v7.6 or above. Upgraders, please read the [release notes](https://github.com/lwsjs/local-web-server/releases)**. + # local-web-server The modular web server for productive full-stack development, powered by [lws](https://github.com/lwsjs/lws). @@ -234,7 +236,7 @@ Serving at https://mbp.local:8000, https://127.0.0.1:8000, https://192.168.0.100 ## Install -Requires node v7.6 or higher. Install the [previous release](https://github.com/lwsjs/local-web-server/tree/v1.x) for node >= v4.0.0. +**Requires node v7.6 or above**. Install the [previous release](https://github.com/lwsjs/local-web-server/tree/v1.x) for node >= v4.0.0. ```sh $ npm install -g local-web-server