From 60ead6a8620cc014e3409dbf48d43b6335394945 Mon Sep 17 00:00:00 2001
From: Oto Stanko <493068@fi.muni.cz>
Date: Sun, 16 Apr 2023 23:57:41 +0200
Subject: [PATCH] Readme update with car functionality

---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index d33b7e90..76414e74 100644
--- a/README.md
+++ b/README.md
@@ -48,6 +48,9 @@ Common classes used across the application.
 
 Management of cars.
 Runs on port 8082.
+Extended functionality for car module: For a given car and its component, both given by their respective IDs,
+a list of sparse components can be fetched from carComponent module. A sparse component is any component
+with the same name as the given component of the car that is not used by the car.
 
 
 ### component
-- 
GitLab