From ae1f90686f7aea683d6019661fc0a42c03ad8150 Mon Sep 17 00:00:00 2001
From: Stefano Grisendi <stefagr@stud.ntnu.no>
Date: Fri, 23 Apr 2021 09:48:36 +0000
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 825df0e..4c1c751 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ The repository includes two Android Studio projects, "CheckersClient" and "Check
 
 To connect to a particular server you need its IP address. Once you have this address, you can set up your client.
 - Open "CheckersClient" in Android Studio
-- Go to `core/src/com/mygdx/game/controllers/NetworkController` and at the line `String IP4_LAN_ADDRESS = "xxx.xxx.xxx.xxx";` substitute xxx.xxx.xxx.xxx with the server's IP address.
+- Go to `core/src/com/mygdx/game/controllers/NetworkController` and at the line `String IP4_LAN_ADDRESS = "xxx.xxx.xxx.xxx";` substitute xxx.xxx.xxx.xxx with the server's IP address. The line right below is `client.connect(10000, IP4_LAN_ADDRESS, 54555)`. Here change 54555 with a different TCP port if necessary.
 
 #### How to run the applications
 
-- 
GitLab