diff --git a/core/database/README.md b/core/database/README.md index 850d3ecf5..816b8e8ea 100644 --- a/core/database/README.md +++ b/core/database/README.md @@ -25,13 +25,7 @@ The `NodeInfoDao` implements specific logic to protect against impersonation and ```mermaid graph TB - :core:database[database]:::android-library - :core:database -.-> :core:repository - :core:database -.-> :core:common - :core:database -.-> :core:di - :core:database -.-> :core:model - :core:database -.-> :core:proto - :core:database -.-> :core:resources + :core:database[database]:::kmp-library classDef android-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000; classDef android-application-compose fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;