diff --git a/README.md b/README.md index 268124d1..8966f350 100755 --- a/README.md +++ b/README.md @@ -153,13 +153,13 @@ Clean / Hexagonal architecture — each layer depends only on the one below: ``` ┌───────────────────────────────────────────────────────────────┐ -│ Interfaces │ REST API, WebDAV, CalDAV, CardDAV, WOPI │ +│ Interfaces │ REST API, WebDAV, CalDAV, CardDAV, WOPI │ ├───────────────────────────────────────────────────────────────┤ -│ Application │ Use cases, DTOs, port definitions │ +│ Application │ Use cases, DTOs, port definitions │ ├───────────────────────────────────────────────────────────────┤ -│ Domain │ Entities, business rules, repository traits │ +│ Domain │ Entities, business rules, repository traits │ ├───────────────────────────────────────────────────────────────┤ -│ Infrastructure│ PostgreSQL, filesystem, caching, auth │ +│ Infrastructure│ PostgreSQL, filesystem, caching, auth │ └───────────────────────────────────────────────────────────────┘ ```