docs/ipc: use an actual event type (thanks Adaephon)

next
Michael Stapelberg 2014-12-13 22:33:42 +01:00
parent e59a76e456
commit 04fa40d3e5
1 changed files with 1 additions and 1 deletions

View File

@ -617,7 +617,7 @@ you can register to an event.
*Example:* *Example:*
--------------------------------- ---------------------------------
type: SUBSCRIBE type: SUBSCRIBE
payload: [ "workspace", "focus" ] payload: [ "workspace", "output" ]
--------------------------------- ---------------------------------