From d17417341de9b204f089ee968aae8f247d513b61 Mon Sep 17 00:00:00 2001 From: Jason Wilson Date: Wed, 12 Oct 2016 20:38:55 -0700 Subject: [PATCH] Update docs to include exit keybindings. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index aa8396d..1b592d9 100644 --- a/README.md +++ b/README.md @@ -59,3 +59,5 @@ Under the hood the dashboard utilizes SocketIO with a default port of `9838`. If #####`-eventdelay` This tunes the minimum threshold for reporting event loop delays. The default value is `10ms`. Any delay below this value will be reported at `0`. + +To gracefully exit and terminate the spawned process use one of: `Ctrl + C`, `Q`, or `ESC`.