From 55da7f8afc2cec3e9ccbcfc715076d38e15585b6 Mon Sep 17 00:00:00 2001 From: raul Date: Mon, 1 Apr 2024 12:57:57 +0200 Subject: [PATCH] Fix README.md titles --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 97ccf10..2dd646a 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ Tiny IRC-like chat server built for compatibility with netcat and written in Go -# # Usage +## Usage -# # # Starting the server +### Starting the server ./mini-chat server --port 1337 -# # # Connecting to the server +### Connecting to the server nc $SERVER_IP $SERVER_PORT