diff --git a/README.md b/README.md
index 785e0cc1a736ccdcc106cfde1900a41f5b9944fe..899d3d10fe6f107f53b65aa90c4037ff894346a5 100644
--- a/README.md
+++ b/README.md
@@ -82,8 +82,11 @@ $ docker-compose up
 This section summarizes the basic commands and configurations needed to integrate a new tool into the URBANITE-UI.
 
 It is suggested to fork the repository or to create a specific branch for any new tool to be integrated.
-To "skip" the autentication process only for development purpouses
+To "skip" the autentication process only for development purpouses change in /src/assets/config.json
+```bash
 "enableAuthentication":false
+```
+
 To push back to the repository
 
 ```bash