From cc3f4fbcd60e72dc6b567c5d5b2118e5408a9cc2 Mon Sep 17 00:00:00 2001 From: raul Date: Mon, 13 May 2024 13:08:37 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c622535..d1c7166 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Tiny IRC-like chat server written in Go ## Usage examples ### Starting the server: -./mini-chat server --port 1337 --history chat.log +./mini-chat server --port 1337 --history chat.log --password verysecurepassword ### Connecting to the server: ./mini-chat client --ip 192.168.0.100 --port 1337