Skip to content

Commit 514073c

Browse files
committed
Fix #2911
1 parent f6ece65 commit 514073c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/rc_protocol.rst

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

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

19-
The ``version`` above is a string of the form :code:`0.14.2`. If you are developing a
19+
The ``version`` above is an array of the form :code:`[0, 14, 2]`. If you are developing a
2020
standalone client, use the kitty version that you are developing against. Using
2121
a version greater than the version of the kitty instance you are talking to,
2222
will cause a failure.

0 commit comments

Comments
 (0)