From 65fe943904e191e1b53dfb1900e27b4ad2a8485f Mon Sep 17 00:00:00 2001 From: Stefano Grisendi <stefagr@stud.ntnu.no> Date: Thu, 22 Apr 2021 18:10:14 +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 88e66cf..825df0e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The repository includes two Android Studio projects, "CheckersClient" and "Check #### How to configure your server - Open "CheckersServer" in Android Studio -- By default we use the port 54555 for TCP, to change this go to `core/src/com/mygdx/game/controller/ServerController` and change the line `server.bind(54555)` with the new desired value and save. +- By default we use the port 54555 for TCP, to change this go to `core/src/com/mygdx/game/controller/ServerController` and change the line `server.bind(54555);` with the new desired value and save. #### How to configure the client -- GitLab