From dde4b3ebf19b98adfb86b57bcfba9ce5de3601e4 Mon Sep 17 00:00:00 2001 From: Lloyd Brookes Date: Sat, 15 Jun 2013 00:50:27 +0100 Subject: [PATCH] readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 517548a..dc139d5 100644 --- a/README.md +++ b/README.md @@ -16,18 +16,18 @@ From the folder you wish to serve, run: ```sh $ ws [--port|-p ] [--log-format|-p dev|default|short|tiny] ``` -The default `port` and `log-format` are `8000` and `dev`, respectively. +The default port and log-format are 8000 and "dev", respectively. Use with Logstalgia =================== -The `default` log-format is compatible with [logstalgia](http://code.google.com/p/logstalgia/). +The "default" log-format is compatible with [logstalgia](http://code.google.com/p/logstalgia/). If you wrote your log output to disk, like so: ```sh $ ws --log-format default > web.log ``` -Then you could visualise in logstalgia: +Then you could visualise in logstalgia with: ```sh $ logstalgia web.log ```