Skip to content

Commit 64c51ea

Browse files
fix: cli oneliner for agents starter kit (#24523)
1 parent 3b20e5a commit 64c51ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/agents/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To use the Agent starter template and create your first Agent with the Agents SD
3535

3636
```sh
3737
# install it
38-
npm create cloudflare@latest agents-starter --template=cloudflare/agents-starter
38+
npm create cloudflare@latest agents-starter -- --template=cloudflare/agents-starter
3939
# and deploy it
4040
npx wrangler@latest deploy
4141
```

0 commit comments

Comments
 (0)