Skip to content

Commit 117e0c0

Browse files
committed
fix(command): wrong command
1 parent 70c5a56 commit 117e0c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ You can replace `--cursor` with another option if you're using a different AI to
4848

4949
:::note
5050

51-
You can also use `npm create` instead of `yarn create`.
51+
You can also use `npx create` instead of `yarn create`.
5252

5353
:::
5454

llm-rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Rules are predefined guidelines and constraints that steer an AI assistant’s b
1313
Running the install command above will add the rules to the Manifest rules in your project.
1414

1515
```bash
16-
npm create manifest --cursor
16+
npx create manifest --cursor
1717
```
1818

1919
You can replace `--cursor` with another option if you're using a different AI tool;

0 commit comments

Comments
 (0)