This commit is contained in:
Lloyd Brookes
2014-02-09 09:40:29 +01:00
parent 93cbf68d9a
commit c034d2e2b6

View File

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