From cc96783a6c8358f3b5b457345624f71d1a528a14 Mon Sep 17 00:00:00 2001 From: raul Date: Tue, 7 May 2024 11:00:42 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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