Skip to content

Commit 4590fd2

Browse files
authored
Update README.md
1 parent 80d487b commit 4590fd2

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ An opinionated SDK to get up and running with Cloudflare Workers:
99

1010
## Setup
1111

12-
Using your preferred package manager, install the `worker-functions` package. For example:
12+
Using your preferred package manager, install the `worker-functions` package, and `wrangler`, Cloudflare's command line tool for Workers. For example:
1313

1414
```
1515
yarn add worker-functions
@@ -24,8 +24,4 @@ npx worker-functions
2424

2525
This will generate a `wrangler.json` configuration file in your project root directory.
2626

27-
Lastly, add the following script to your `package.json`:
28-
29-
```
30-
"dev:worker": "npx wrangler --experimental-json-config dev --experimental-local"
31-
```
27+
And you're done!

0 commit comments

Comments
 (0)