This commit is contained in:
Lloyd Brookes
2013-06-05 20:16:10 +01:00
parent 15369b209c
commit 2eeaf0a42b

View File

@ -1,4 +1,4 @@
Fires up a local development server on a given port.
Fires up a simple, static web server on a given port. Use for local web development or file sharing (directory browsing enabled).
Install
-------
@ -12,7 +12,7 @@ $ npm install -g local-web-server
Usage
-----
From the root folder of your site, run:
From the folder you wish to serve, run:
```sh
$ ws [port]
```