diff --git a/src/content/docs/workers/get-started/guide.mdx b/src/content/docs/workers/get-started/guide.mdx index c33b4e39dc1f4bd..36fb9b0b0157a8b 100644 --- a/src/content/docs/workers/get-started/guide.mdx +++ b/src/content/docs/workers/get-started/guide.mdx @@ -58,7 +58,7 @@ In your project directory, C3 will have generated the following:
-In addition to creating new projects from C3 templates, C3 also supports creating new projects from Git repositories. To create a new project from a Git repository, open your terminal and run: +In addition to creating new projects from C3 templates, C3 also supports creating new projects from existing Git repositories. To create a new project from an existing Git repository, open your terminal and run: ```sh npm create cloudflare@latest -- --template @@ -75,10 +75,10 @@ npm create cloudflare@latest -- --template - `bitbucket:user/repo` (Bitbucket) - `gitlab:user/repo` (GitLab) -At a minimum, template folders must contain the following: +Your existing template folder must contain the following files, at a minimum, to meet the requirements for Cloudflare Workers: - `package.json` -- `wrangler.toml` +- `wrangler.toml` [See sample Wrangler configuration](/workers/wrangler/configuration/#sample-wranglertoml-configuration) - `src/` containing a worker script referenced from `wrangler.toml`