From 3c79ebfbb41d12a2d7f196f328012debca0f9881 Mon Sep 17 00:00:00 2001 From: raul Date: Fri, 26 Apr 2024 09:37:46 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b6c7f95..50c99e6 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # mini-chat -Tiny IRC-like chat server built for compatibility with netcat and written in Go +Tiny IRC-like chat server written in Go -## Usage +## Usage examples -### Starting the server +### Starting the server: ./mini-chat server --port 1337 -### Connecting to the server -./mini-chat client --ip $SERVER_IP --port $SERVER_PORT +### Connecting to the server: +./mini-chat client --ip 192.168.0.100 --port 1337