Skip to content

Commit 48b40b1

Browse files
committed
Rewrite
1 parent fc79f8c commit 48b40b1

File tree

1 file changed

+3
-3
lines changed
  • src/content/docs/workers/get-started

1 file changed

+3
-3
lines changed

src/content/docs/workers/get-started/guide.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ In your project directory, C3 will have generated the following:
5858

5959
<Details header="What if I already have a project in a git repository?">
6060

61-
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:
61+
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:
6262

6363
```sh
6464
npm create cloudflare@latest -- --template <SOURCE>
@@ -75,10 +75,10 @@ npm create cloudflare@latest -- --template <SOURCE>
7575
- `bitbucket:user/repo` (Bitbucket)
7676
- `gitlab:user/repo` (GitLab)
7777

78-
It's likely that you have an existing project that isn't configured as a Cloudflare template. Before your project can qualify as a valid template, the folder must contain the following files at least:
78+
Your existing template folder must contain the following files, at a minimum, to meet the requirements for Cloudflare Workers:
7979

8080
- `package.json`
81-
- `wrangler.toml` [See this](/workers/wrangler/configuration/#sample-wranglertoml-configuration) for an example of a Wrangler configuration file
81+
- `wrangler.toml` [See sample Wrangler configuration](/workers/wrangler/configuration/#sample-wranglertoml-configuration)
8282
- `src/` containing a worker script referenced from `wrangler.toml`
8383

8484
</Details>

0 commit comments

Comments
 (0)