From 9f850b8962af926746b41bbabbf58445f9b04754 Mon Sep 17 00:00:00 2001 From: Lloyd Brookes Date: Tue, 27 Jun 2017 20:38:22 +0100 Subject: [PATCH] readme --- README.md | 8 ++++---- package.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ad1f529..ada0151 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,12 @@ # local-web-server -The modular development web server for productive front-end and full-stack engineers. +The modular web server for productive full-stack development. Use this tool to: -* Help build a web application using any architecture (static website, Single Page Application with client-side rendering, dynamic app with server-side rendering, Progressive Web App etc.) -* Prototype a web service (REST API, microservice, websocket server application etc) +* Build a static website, dynamic website with server-side rendering, Single Page Application with client-side rendering, Progressive Web App etc. - any web application you like. +* Prototype a REST API, Microservice, websocket server or any other server-side application. ## Synopsis @@ -33,7 +33,7 @@ Being modular and extensible, features can be added or removed from `ws` in the ## 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 higher. 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@next diff --git a/package.json b/package.json index b3ba1f1..445d857 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "local-web-server", "version": "2.0.0-pre2.3", - "description": "A convenient local web server to support productive, full-stack Javascript development", + "description": "The modular web server for productive full-stack development", "bin": { "ws": "./bin/cli.js" }, @@ -45,7 +45,7 @@ "lws-mock-response": "^0.2.3", "lws-rewrite": "^0.3.2", "lws-spa": "^0.2.1", - "lws-static": "^0.3.3" + "lws-static": "^0.3.4" }, "devDependencies": { "test-runner": "^0.4.0"