Fix README.md titles
Go audit / audit (push) Successful in 1m3s
Details
Go audit / audit (push) Successful in 1m3s
Details
This commit is contained in:
parent
0f6e05477a
commit
55da7f8afc
|
@ -2,10 +2,10 @@
|
||||||
|
|
||||||
Tiny IRC-like chat server built for compatibility with netcat and written in Go
|
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
|
./mini-chat server --port 1337
|
||||||
|
|
||||||
# # # Connecting to the server
|
### Connecting to the server
|
||||||
nc $SERVER_IP $SERVER_PORT
|
nc $SERVER_IP $SERVER_PORT
|
||||||
|
|
Loading…
Reference in New Issue