From 37510eefc8e28f68c98199388246086ba44d5873 Mon Sep 17 00:00:00 2001 From: Cocoon-Break <54054995+kuishou68@users.noreply.github.com> Date: Thu, 16 Apr 2026 11:29:46 +0800 Subject: [PATCH] docs: fix stale folder name editor-v2 and add missing ui package (Closes #244) --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1abe03007..253f5bace 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,13 @@ https://github.com/user-attachments/assets/8b50e7cf-cebe-4579-9cf3-8786b35f7b6b This is a Turborepo monorepo with three main packages: ``` -editor-v2/ +editor/ ├── apps/ │ └── editor/ # Next.js application ├── packages/ │ ├── core/ # Schema definitions, state management, systems -│ └── viewer/ # 3D rendering components +│ ├── viewer/ # 3D rendering components +│ └── ui/ # Shared UI components ``` ### Separation of Concerns