From f8d184cf5588da2c660aa45fc771d8b1888a5ab4 Mon Sep 17 00:00:00 2001 From: ygd58 Date: Mon, 7 Sep 2026 09:01:36 +0200 Subject: [PATCH] docs: add missing research directory to README structure diagram docs/research/ (research/overview.md + research/gossip/{gossip,transport,decentralized-access}.md, ~540 lines) was added in #8, but README.md's Directory Structure section was last touched in #5 - before #8 - and was never updated to include it. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d03e19..a660dbe 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,8 @@ on your machine. ```text docs/ ├── how-to-guides # Guides and tutorials -└── learn # Overview and primer material +├── learn # Overview and primer material +└── research # Background research and references ``` ## Contribution Guidelines