From b3277e2367bc7f325aeeca136f9e62d48c40e5e0 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Wed, 25 Oct 2023 02:44:46 +0530 Subject: [PATCH] chore: refresh module graph --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e531026f..585f2990 100644 --- a/README.md +++ b/README.md @@ -29,19 +29,24 @@ Unofficial Android app for read-only access to [lobste.rs](https://lobste.rs), b graph TB - model --> database + subgraph database + core + impl + end + model --> core benchmark --> android + impl --> core android --> api android --> common android --> core - android --> database + android --> impl android --> model android --> benchmark api --> model common --> core - common --> database common --> model ``` + ## License See [LICENSE](LICENSE)