diff --git a/README.md b/README.md
index 88e66cf54c5a071bbaf49e6e966a25f49815776a..825df0ec8ccaa761604072ffe6ad580d6900e32b 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