From fdf14b8f5872b002ba3f26b412f6e46deebb5525 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sun, 2 Dec 2012 17:58:59 +0100 Subject: [PATCH] docs/i3bar-protocol: fix example formatting --- docs/i3bar-protocol | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/i3bar-protocol b/docs/i3bar-protocol index 29ce5713..e3e42d10 100644 --- a/docs/i3bar-protocol +++ b/docs/i3bar-protocol @@ -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.) -- 2.39.5