From d9c98b824f4ec681961dfafe9aebe86e3e368a35 Mon Sep 17 00:00:00 2001 From: Matt Silverlock Date: Tue, 4 Mar 2025 07:46:45 -0600 Subject: [PATCH] agents: fix typo --- src/content/docs/agents/api-reference/configuration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/agents/api-reference/configuration.mdx b/src/content/docs/agents/api-reference/configuration.mdx index 24563dce3c49ce..b11bab3291ffe4 100644 --- a/src/content/docs/agents/api-reference/configuration.mdx +++ b/src/content/docs/agents/api-reference/configuration.mdx @@ -9,7 +9,7 @@ import { MetaInfo, Render, Type, WranglerConfig } from "~/components"; 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. -The typical file structure for an Agent project created from `npm create cloudflare@latest -- --template cloudflare/agents` follows: +The typical file structure for an Agent project created from `npm create cloudflare@latest agents-starter -- --template cloudflare/agents-starter` follows: ```sh .