diff --git a/README.md b/README.md
index c9e14853056b43d55d40a7a71e6ac9985b62b594..ccc3ec4e4d06d9d067b0da7dcfae5928c1bb2e71 100644
--- a/README.md
+++ b/README.md
@@ -12,40 +12,27 @@ Film database containing movies. Each movie has name, original name, description
 
 ## Stack
 
-Backend technologies:
-- NestJS, MeteorJS, ExpressJS, Strapi (Laravel - PHP)
+Backend:
+- NestJS
+
+SSR:
+- NextJS
 
 Database technologies (ORM):
 - Prisma
 
 Frontend technologies:
-- React (+ Ant Design, Mantis), Vue (+ Fast Art, MaterialUI), Svelte
-
-Tools - frameworks:
-- NextJS - server side rendering (SSR) for React
-- NuxtJS - server side rendering (SSR) for Vue
-
-Tools - libraries:
-- Prettier - code formating
-- ESLint - static code analysis, validation
-- Jest - testing
-- yarn, pnpm, turborepo - managing library dependencies
+- React
 
 Source compiling:
-- Vite, Webpack
+- Vite
 
 Infrastructure:
 - dockercompose
-	- having all the required services
-	- cache - Redis
-- relational database
-	- Postgres
-	- MariaDB
-- non/relational database
-	- Mongo
-	- Redis
-	- Minio object storage
-- SQLite for testing before deploying
+
+UI:
+-Mantis
+
 
 ## TODO