From 3dd00bf4c50c6dd1a8f90ee987ff3a0f5c82da0f Mon Sep 17 00:00:00 2001 From: Lloyd Brookes Date: Mon, 26 Jun 2017 23:26:30 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 36a65ee..ad1f529 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,13 @@ # local-web-server -The modular development web server for productive front-end and full-stack engineers. Use this tool to: +The modular development web server for productive front-end and full-stack engineers. + +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) -Agnostic which front-end framework (React, Polymer, Angular etc) you use, if any. - ## Synopsis This package installs the `ws` command-line tool. The most simple use case is to run `ws` without any arguments - this will host the current directory as a static web site.