Browse Source

Adding line break so you can read the spec better

anon 5 years ago
parent
commit
38a3d6779c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Client-Server Protocol.md

+ 2 - 2
Client-Server Protocol.md

@@ -103,7 +103,7 @@ Server:
 }
 ```
 If `accept` is `true` the connection is valid and the client can start sending the file. Else the put request was rejected and is hereby canceled.
-<br>
+<br /><br />
 Client:
 ```
 {
@@ -135,7 +135,7 @@ Server:
 }
 ```
 If `accept` is `true` the connection is valid and the server can start sending the file. Else the get request was rejected and is hereby canceled.
-<br>
+<br /><br />
 Server:
 ```
 {