Skip to content

Commit fbfd962

Browse files
authored
agents: fix typo (#20519)
1 parent 94ba5b7 commit fbfd962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/agents/api-reference/configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { MetaInfo, Render, Type, WranglerConfig } from "~/components";
99

1010
An Agent is configured like any other Cloudflare Workers project, and uses [a wrangler configuration](/workers/wrangler/configuration/) file to define where your code is and what services (bindings) it will use.
1111

12-
The typical file structure for an Agent project created from `npm create cloudflare@latest -- --template cloudflare/agents` follows:
12+
The typical file structure for an Agent project created from `npm create cloudflare@latest agents-starter -- --template cloudflare/agents-starter` follows:
1313

1414
```sh
1515
.

0 commit comments

Comments
 (0)