Skip to content

Commit 8c6f188

Browse files
committed
Forgot to use " for key names
1 parent 55e15dc commit 8c6f188

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/rc_protocol.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ form::
1010
Where ``<ESC>`` is the byte ``0x1b``. The JSON object has the form::
1111

1212
{
13-
'cmd': "command name",
14-
'version': <kitty version>,
15-
'no_response': Optional Boolean,
16-
'payload': <Optional JSON object>,
13+
"cmd": "command name",
14+
"version": <kitty version>,
15+
"no_response": Optional Boolean,
16+
"payload": <Optional JSON object>,
1717
}
1818

1919
The ``version`` above is an array of the form :code:`[0, 14, 2]`. If you are developing a

0 commit comments

Comments
 (0)