From 04fa40d3e5e11be98a89d5d97c395f95a6d08e37 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sat, 13 Dec 2014 22:33:42 +0100 Subject: [PATCH] docs/ipc: use an actual event type (thanks Adaephon) --- docs/ipc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ipc b/docs/ipc index 55177f27..4a2b1df9 100644 --- a/docs/ipc +++ b/docs/ipc @@ -617,7 +617,7 @@ you can register to an event. *Example:* --------------------------------- type: SUBSCRIBE -payload: [ "workspace", "focus" ] +payload: [ "workspace", "output" ] ---------------------------------