diff --git a/README.md b/README.md
index df319ce..a99ce23 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ Physilinks is a browser-based physics linking game built with Matter.js. Match a
## File structure
- `index.html`: Shell layout and HUD overlays; loads Matter.js plus game scripts.
- `styles.css`: Styling for canvas, HUD, overlays, and score popups.
-- `scenes.js`: Scene presets and per-scene static body factories.
+- `scenes/`: Scene presets split per file (`scene-*.js`) plus `index.js` that registers them to `window.PhysilinksScenes`.
- `ui.js`: DOM access, HUD updates, overlays, popups, and control/selector wiring.
- `main.js`: Physics setup, state machine, chain interaction, spawning, scene application, and pause/restart logic.
diff --git a/index.html b/index.html
index 1089d60..5cf76dc 100644
--- a/index.html
+++ b/index.html
@@ -92,7 +92,11 @@
-
+
+
+
+
+