diff --git a/doc/architecture.md b/doc/architecture.md index a50e6c3be..2f6a49cbd 100644 --- a/doc/architecture.md +++ b/doc/architecture.md @@ -41,7 +41,7 @@ The project is divided into several key sections, each serving a specific purpos - **core**: Business Object divided by features to store shared entity, use case and repository interface -- **infra**: Infrastructure code such as storage, HTTP clients, and logging. +- **infra**: Infrastructure code such as storage, HTTP clients, logging, camera, and file system. - **libs**: Reusable libraries (e.g., session management, cryptography).