diff --git a/README.md b/README.md index 25e12c2..24ded31 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ The commands are delivered via plain tcp sockets. - none #### Example -The communiction between a server and a lient could look like this: +The communiction between a server and a client could look like this: | Direction | Command | Meaning | |-------------------|---------------------|---------| @@ -115,13 +115,14 @@ The communiction between a server and a lient could look like this: | Server -> Client | gameOver Winner O | The game is over, the server won | | Server -> Client | gameReset | The server performed a reset | -This example ends with a oard that looks like this: -´´´ +This example ends with a board that looks like this: +``` +--------- | | | | | O| |X O| |X O| |X O| -´´´ - +--------- +``` \ No newline at end of file