From 5305f7f96cb7b6212a687e73a898b8d61fdab0ab Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Tue, 25 Feb 2020 14:49:14 +0000 Subject: [PATCH] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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