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