diff --git a/README.md b/README.md index 234397d..91aa6c6 100644 --- a/README.md +++ b/README.md @@ -38,4 +38,9 @@ $ php -S 0.0.0.0:15000 -t client/& $ php server/server& ``` +The server can be run with with verbose: + +* `-v` or `--verbose` to show server messages +* `--vv` to show message handlers messages + Open `http://your.local.ip:15000` and enjoy!