File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/content/docs/workers/get-started Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ cd my-first-worker
4848
4949In your project directory, C3 will have generated the following:
5050
51- * ` wrangler.toml ` : Your [ Wrangler] ( /workers/wrangler/configuration/#sample-wranglertoml -configuration ) configuration file.
51+ * ` wrangler.toml ` : Your [ Wrangler] ( /workers/wrangler/configuration/#sample-wrangler -configuration ) configuration file.
5252* ` index.js ` (in ` /src ` ): A minimal ` 'Hello World!' ` Worker written in [ ES module] ( /workers/reference/migrate-to-module-workers/ ) syntax.
5353* ` package.json ` : A minimal Node dependencies configuration file.
5454* ` package-lock.json ` : Refer to [ ` npm ` documentation on ` package-lock.json ` ] ( https://docs.npmjs.com/cli/v9/configuring-npm/package-lock-json ) .
@@ -78,7 +78,7 @@ npm create cloudflare@latest -- --template <SOURCE>
7878Your 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 sample Wrangler configuration] ( /workers/wrangler/configuration/#sample-wranglertoml -configuration )
81+ - ` wrangler.toml ` [ See sample Wrangler configuration] ( /workers/wrangler/configuration/#sample-wrangler -configuration )
8282- ` src/ ` containing a worker script referenced from ` wrangler.toml `
8383
8484</Details >
You can’t perform that action at this time.
0 commit comments