diff --git a/README.md b/README.md index 50c99e6..25d6b01 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,13 @@ Tiny IRC-like chat server written in Go -## Usage examples +
+ +
+## Usage examples ### Starting the server: -./mini-chat server --port 1337 +./mini-chat server --port 1337 --history chat.log ### Connecting to the server: -./mini-chat client --ip 192.168.0.100 --port 1337 +./mini-chat client --ip 192.168.0.100 --port 1337 \ No newline at end of file