docs/i3bar-protocol: fix example formatting

next
Michael Stapelberg 2012-12-02 17:58:59 +01:00
parent aa69b9fc5f
commit fdf14b8f58
1 changed files with 4 additions and 4 deletions

View File

@ -45,14 +45,14 @@ to provide the correct version. The header block is terminated by a newline and
consists of a single JSON hash:
*Minimal example*:
----------------
------------------------------
{ "version": 1 }
----------------
------------------------------
*All features example*:
----------------
------------------------------
{ "version": 1, "stop_signal": 10, "cont_signal": 12 }
----------------
------------------------------
(Note that before i3 v4.3 the precise format had to be +{"version":1}+,
byte-for-byte.)