From 097f3f517857cc9e65aa4fd20061354da65e0f3f Mon Sep 17 00:00:00 2001 From: Andrew Stewart Gibson Date: Wed, 10 Sep 2025 19:27:00 +0100 Subject: [PATCH] Further update npm start command in manual.md --- manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual.md b/manual.md index 75ceb7a..8f58345 100644 --- a/manual.md +++ b/manual.md @@ -16,7 +16,7 @@ dotnet run ../Files --debug ```shell cd YODA_TypeScript npm install -npm start +npm start ../Files debug ```