File tree 1 file changed +1
-1
lines changed
src/content/docs/learning-paths/workers/get-started
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ Refer to [How to run Wrangler commands](/workers/wrangler/commands/#how-to-run-w
53
53
54
54
In your Worker project directory, C3 has generated the following:
55
55
56
- 1 . ` wrangler.toml ` : Your [ Wrangler] ( /workers/wrangler/configuration/#sample-wranglertoml -configuration ) configuration file.
56
+ 1 . ` wrangler.toml ` : Your [ Wrangler] ( /workers/wrangler/configuration/#sample-wrangler -configuration ) configuration file.
57
57
2 . ` index.js ` (in ` /src ` ): A minimal ` 'Hello World!' ` Worker written in [ ES module] ( /workers/reference/migrate-to-module-workers/ ) syntax.
58
58
3 . ` package.json ` : A minimal Node dependencies configuration file.
59
59
4 . ` package-lock.json ` : Refer to [ ` npm ` documentation on ` package-lock.json ` ] ( https://docs.npmjs.com/cli/v9/configuring-npm/package-lock-json ) .
You can’t perform that action at this time.
0 commit comments