From 212ed81862a626c9bd9dfa7ad2e0fdda6105f48e Mon Sep 17 00:00:00 2001 From: Richard Klees Date: Fri, 24 Nov 2023 11:18:21 +0100 Subject: [PATCH] Component: adjust README --- components/ILIAS/Component/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/components/ILIAS/Component/README.md b/components/ILIAS/Component/README.md index be73c58f1847..4ae0b693b7db 100644 --- a/components/ILIAS/Component/README.md +++ b/components/ILIAS/Component/README.md @@ -1,6 +1,7 @@ -# ILIAS Core Service +# ILIAS Component Service -This service boostraps the rest of the system, logically and at runtime. +This service boostraps the rest of the system, logically and at runtime. It defines +how the system is initialized and how components integrate with each other. ## Why don't you use Immutable Objects in Dependencies