From df8a4a948afceafd6901a1b1b11230dad710e3ba Mon Sep 17 00:00:00 2001 From: JBD Date: Sun, 25 Nov 2018 14:37:27 -0800 Subject: [PATCH] Clarify README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ffb6f4..0b872c7 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ autopprof.Capture(autopprof.CPUProfile{ ``` Run your program and send SIGQUIT to the process -(or press CTRL+\\). +(or CTRL+\\ on Mac). Profile capturing will start. Pprof UI will be started once capture is completed.