From 65e326f97ea5610f63c25b76b036369785675dcf Mon Sep 17 00:00:00 2001 From: nadiarvi Date: Sun, 11 May 2025 17:55:01 +0900 Subject: [PATCH] fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7da32cd..7c8dd99 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ cd run-the-cat 3. Install dependencies and start the game: ```bash npm install -npm start +npm run dev ``` ## 🔧 Code Structure