From e0e86f88a9a4e956af46b9b89e47696fe11fe185 Mon Sep 17 00:00:00 2001 From: Patrick Balsiger Date: Sat, 20 Sep 2025 12:22:17 +0200 Subject: [PATCH] docs: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd01bae..0149c4f 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,8 @@ spore-ui/ │ ├── components.js # UI components with partial update support │ ├── view-models.js # Data models with UI state management │ ├── app.js # Main application logic -│ └── test-interface.html # Test interface ├── docs/ +│ └── DISCOVERY_README.md # Discovery documentation │ └── FRAMEWORK_README.md # Framework documentation └── README.md # This file ```