From 4d5e13f7dc19e59222b85b2350798c814a45a7d2 Mon Sep 17 00:00:00 2001 From: Eyal Toledano Date: Sat, 3 May 2025 02:14:39 -0400 Subject: [PATCH] fix(typo): typo in the tutorial. --- docs/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index 865eebf0..bd2f6890 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -89,7 +89,7 @@ Initialize a new project: task-master init # If installed locally -npx task-master-init +npx task-master init ``` This will prompt you for project details and set up a new project with the necessary files and structure.