From 302b916045749a5255d63f5b16c501203349eb09 Mon Sep 17 00:00:00 2001 From: Eyal Toledano Date: Sat, 3 May 2025 02:17:52 -0400 Subject: [PATCH] chore: readme typos --- README-task-master.md | 2 +- docs/tutorial.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README-task-master.md b/README-task-master.md index 8cf6b8c2..7719cdcd 100644 --- a/README-task-master.md +++ b/README-task-master.md @@ -47,7 +47,7 @@ npm install task-master-ai 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. 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.