Added horizontal rules to split sections

This commit is contained in:
Tristan B. Kildaire 2020-04-18 21:17:31 +02:00
parent 95f07517fc
commit eb8b4497aa
1 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,8 @@ Spec v2
Describes client-to-server and server-to-client communications.
<hr>
#### `Client -> Server`
If a client wants to send a command through to the server
@ -69,6 +71,8 @@ be a JSON object and *MUST* contain two fields, `type` and `data`, where
*TODO*
<hr>
#### `Client <- Server`
If a server wants to reply to a client (that just sent a message to it) then