Update README.md

This commit is contained in:
raul 2024-05-13 13:08:37 +02:00
parent e0f9c63a54
commit cc3f4fbcd6
1 changed files with 1 additions and 1 deletions

View File

@ -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