Skip to content

Commit 0077a45

Browse files
docs: Fix PR comments
1 parent ba02668 commit 0077a45

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sources/platform/actors/development/quick_start/build_with_ai.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ The prompt guides AI coding assistants such as Cursor, Claude Code or GitHub Cop
2727

2828
### Quick Start
2929

30-
- _Step 1_: Create directory: `mkdir my-new-actor`
31-
- _Step 2_: Open the directory in _Cursor_, _Claude Code_, _VS Code with GitHub Copilot_, etc.
32-
- _Step 3_: Copy the prompt above and paste it into your AI coding assistant (Agent or Chat)
33-
- _Step 4_: Run it, and develop your first actor with the help of AI
30+
1. Create directory: `mkdir my-new-actor`
31+
1. Open the directory in _Cursor_, _Claude Code_, _VS Code with GitHub Copilot_, etc.
32+
1. Copy the prompt above and paste it into your AI coding assistant (Agent or Chat)
33+
1. Run it, and develop your first actor with the help of AI
3434

3535
:::info Avoid copy-pasting
3636

0 commit comments

Comments
 (0)