diff --git a/README.md b/README.md
index 839eb34..c0552d5 100644
--- a/README.md
+++ b/README.md
@@ -10,8 +10,7 @@ This is a showcase project for a **Full Stack Web Application** for a cinema ope
* Role-based **JWT Token** Authentication
* Access to TMDB Movie Database API
-Note: You need to get your own TMDB API Key to run the backend on your local machine.
-Add it to the `application.properties` in the `tmdbApi.apikey` value.
+__Note: You need to get your own TMDB API Key to run the backend on your local machine, add it to the `application.properties` in the `tmdbApi.apikey` value.__
## Frontend - Vue
* Vue **User Interface** with Nuxt.js
@@ -61,6 +60,8 @@ docker compose -f docker-compose-local.yml up --build
A preview version is deployed at https://philkes.github.io/movieland/
+__Note: The backend API calls can be slow, since it is deployed on the free tier of Azure__
+
## Development
To start all services to develop the Backend:
```shell