Merging in PR #1

This commit is contained in:
Lloyd Brookes
2014-02-09 08:30:20 +01:00
2 changed files with 9 additions and 3 deletions

View File

@ -24,6 +24,11 @@ $ ws
serving at http://localhost:8000
```
If you wish to serve a different directory, run:
```sh
$ ws -d ~/mysite/
```
If you wish to override the default port (8000), use `--port` or `-p`:
```sh
$ ws --port 9000