Skip to content

Commit f111591

Browse files
remove extra hyphen (#21649)
* remove extra hyphen * Triggering GH compiles * Undoing redundant change --------- Co-authored-by: Jun Lee <[email protected]>
1 parent 555677d commit f111591

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
@@ -32,7 +32,7 @@ To use the Agent starter template and create your first Agent with the Agents SD
3232

3333
```sh
3434
# install it
35-
npm create cloudflare@latest agents-starter -- --template=cloudflare/agents-starter
35+
npm create cloudflare@latest agents-starter --template=cloudflare/agents-starter
3636
# and deploy it
3737
npx wrangler@latest deploy
3838
```

0 commit comments

Comments
 (0)