Update README.md
This commit is contained in:
parent
bc8c852e4b
commit
61e35fd758
|
@ -3,7 +3,7 @@
|
||||||
Tiny IRC-like chat server written in Go
|
Tiny IRC-like chat server written in Go
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img width="90%" height="90%" src="https://git.bulgariu.xyz/raul/mini-chat/raw/branch/testing/demo.gif"/>
|
<img width="90%" height="90%" src="https://git.bulgariu.xyz/raul/mini-chat/raw/branch/main/demo.gif"/>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
## Usage examples
|
## Usage examples
|
||||||
|
@ -11,4 +11,4 @@ Tiny IRC-like chat server written in Go
|
||||||
./mini-chat server --port 1337 --history chat.log
|
./mini-chat server --port 1337 --history chat.log
|
||||||
|
|
||||||
### Connecting to the server:
|
### Connecting to the server:
|
||||||
./mini-chat client --ip 192.168.0.100 --port 1337
|
./mini-chat client --ip 192.168.0.100 --port 1337
|
||||||
|
|
Loading…
Reference in New Issue