From 1883a97f185affd588b946aeede7cd480054f2aa Mon Sep 17 00:00:00 2001 From: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com> Date: Sat, 22 Mar 2025 10:05:14 +0100 Subject: [PATCH 1/2] chore(config): fix typos --- README-task-master.md | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README-task-master.md b/README-task-master.md index 64556c1c..1ce2ff12 100644 --- a/README-task-master.md +++ b/README-task-master.md @@ -39,7 +39,7 @@ npm install task-master-ai ### Initialize a new project ```bash -npx claude-task-init +npx task-master-ai ``` This will prompt you for project details and set up a new project with the necessary files and structure. @@ -51,7 +51,7 @@ This will prompt you for project details and set up a new project with the neces ## Troubleshooting -### If `npx claude-task-init` doesn't respond: +### If `npx task-master-ai` doesn't respond: Try running it with Node directly: diff --git a/README.md b/README.md index 64556c1c..1ce2ff12 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ npm install task-master-ai ### Initialize a new project ```bash -npx claude-task-init +npx task-master-ai ``` This will prompt you for project details and set up a new project with the necessary files and structure. @@ -51,7 +51,7 @@ This will prompt you for project details and set up a new project with the neces ## Troubleshooting -### If `npx claude-task-init` doesn't respond: +### If `npx task-master-ai` doesn't respond: Try running it with Node directly: From ad8fadbf27c5298e691e841b4af92ebe2a60714a Mon Sep 17 00:00:00 2001 From: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com> Date: Sat, 22 Mar 2025 10:06:02 +0100 Subject: [PATCH 2/2] chore(config): fix more typos --- scripts/init.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/init.js b/scripts/init.js index 3071fd6c..bc061936 100755 --- a/scripts/init.js +++ b/scripts/init.js @@ -1,6 +1,6 @@ #!/usr/bin/env node -console.log('Starting claude-task-init...'); +console.log('Starting task-master-ai...'); import fs from 'fs'; import path from 'path';