diff --git a/README.md b/README.md
index 04677345aed1a0b00b9ead678747c10d76661bf6..f03c921d892e1b88655618d09123da1794bab510 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@
 
 ## Description
 
-IntershipManager - The whole lifecycle of internship agreements in one app !
+**IntershipManager** - The whole lifecycle of internship agreements in one app !
 
 ## Installation
 
@@ -32,6 +32,8 @@ IntershipManager - The whole lifecycle of internship agreements in one app !
 $ npm install
 ```
 
+In `/src/config/` create a file called `config.json` and copy the content of `config.template.json` in it. Change the values such as the server port to match your needs.
+
 ## Running the app
 
 ```bash