From 201f1ed6a88e4eac70ddf9035378e643db3e494b Mon Sep 17 00:00:00 2001 From: Fedi6431 <102946457+Fedi6431@users.noreply.github.com> Date: Fri, 12 Jul 2024 11:19:11 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c64cf5..fbe4ed1 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ After running it you can select the "system" that you're using. ## User guide ### Server -The server is built in java with a socket connection, it will use port 65000 and its own IPv4 as its IP address (Ex. 192.168.1.255). To execute the server in backgroud use `javaw *name*` +The server is built in java with a socket connection, it will use port 65000 and its own IPv4 as its IP address (Ex. 192.168.1.255). To execute the server in backgroud use `javaw *name*`. ### Client The client is built in java with a socket connection like the server.