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