Skip to content

Commit

Permalink
Component: adjust README
Browse files Browse the repository at this point in the history
  • Loading branch information
klees committed Nov 24, 2023
1 parent 0b5da36 commit b598042
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions components/ILIAS/Component/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# 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.

The schema implemented here is described in [this paper](docs/development/components-and-directories.md).

## Why don't you use Immutable Objects in Dependencies

Expand Down

0 comments on commit b598042

Please sign in to comment.