From 3767aea7d9ba087e2c45ec2387f3ccd13418436f Mon Sep 17 00:00:00 2001 From: JonnyBurger Date: Sat, 18 Oct 2025 17:24:00 +0200 Subject: [PATCH] Fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 610962e..0796dcc 100644 --- a/README.md +++ b/README.md @@ -200,7 +200,7 @@ npm run lint # ESLint npm run docs:generate # Generates API docs npm run docs:dev # Start docs development server -npm run dev # Start examples development server, will run at http://localhost:5173/examples/[name]/index.html +npm run dev # Start examples development server, will run at http://localhost:5173/examples/[name]/ npm run docs:build # Build docs and examples ``` \ No newline at end of file