From 212dd59529bad5eeb85affc28bcf6a5da055ce5b Mon Sep 17 00:00:00 2001 From: kaj dijkstra Date: Wed, 19 Nov 2025 10:57:23 +0100 Subject: [PATCH] Updated Readme. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7986da2..2d2f598 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ WebGPU-Neural-Network-Trainer/ │ ├── training.js # Main training pipeline │ -├── server.js # Server for the demo -> visit localhost:3030 +├── server.js # Server for the demo -> visit localhost:2020 │ └── index.html # UI + canvas preview + training controls ``` @@ -189,7 +189,7 @@ npx http-server . Then open: ``` -http://localhost:3030 +http://localhost:2020 ``` Press **Train** — the network trains in real time, showing: