Merge pull request #1 from Crunchyman-ralph/crunchyman/fix-typos

chore(config): fix typos
This commit is contained in:
Eyal Toledano
2025-03-22 11:26:24 -04:00
committed by GitHub
3 changed files with 5 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ npm install task-master-ai
### Initialize a new project ### Initialize a new project
```bash ```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. 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 ## Troubleshooting
### If `npx claude-task-init` doesn't respond: ### If `npx task-master-ai` doesn't respond:
Try running it with Node directly: Try running it with Node directly:

View File

@@ -39,7 +39,7 @@ npm install task-master-ai
### Initialize a new project ### Initialize a new project
```bash ```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. 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 ## Troubleshooting
### If `npx claude-task-init` doesn't respond: ### If `npx task-master-ai` doesn't respond:
Try running it with Node directly: Try running it with Node directly:

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env node #!/usr/bin/env node
console.log('Starting claude-task-init...'); console.log('Starting task-master-ai...');
import fs from 'fs'; import fs from 'fs';
import path from 'path'; import path from 'path';