From 827ba59c7b998364a955f5598fdada78d01f42ce Mon Sep 17 00:00:00 2001 From: Lars Simon Winzer Date: Tue, 10 Mar 2026 13:20:50 +0100 Subject: [PATCH] Docs: Update repository structure in main README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 59bdd50..bd9fc2c 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,9 @@ This protocol handles game state synchronization, player actions, lobby and glob │ └── test/ # Unit tests ├── documents/ # Project resources and documentation │ ├── images/ # Images for README and documentation -│ ├── docs # Directory for diary and blog files -│ │ ├── diary # Diary files for each organizational meetup -| | └── blog # Blog files covering project-related topics +│ ├── diary # Diary files for each organizational meetup +│ ├── blog # Blog files covering project-related topics +│ ├── docs # Documentation │ ├── milestones/ # Milestone deliverables (6 milestones) │ └── (Other resources) # Additional project materials └── outreach/ # Public-facing content and marketing materials