Skip to content

Commit b9db5f4

Browse files
Update src/content/docs/workers/runtime-apis/bindings/service-bindings/index.mdx
Co-authored-by: ToriLindsay <[email protected]>
1 parent 428f188 commit b9db5f4

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/runtime-apis/bindings/service-bindings

1 file changed

+1
-1
lines changed

src/content/docs/workers/runtime-apis/bindings/service-bindings/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Your worker has access to the following bindings:
128128
- ANOTHER_WORKER: another-worker [not connected]
129129
```
130130

131-
Wrangler also supports running multiple workers at once with one command. To try it out, pass multiple `-c` flags to Wrangler: i.e. `wrangler dev -c wrangler.toml -c ../other-worker/wrangler.toml`. The first config will be treated as the _primary_ worker and will be exposed over HTTP as usual (http://localhost:8787) while the rest will be treated as _secondary_ and will only be accessible via a service binding from the primary worker.
131+
Wrangler also supports running multiple Workers at once with one command. To try it out, pass multiple `-c` flags to Wrangler, like this: `wrangler dev -c wrangler.toml -c ../other-worker/wrangler.toml`. The first config will be treated as the _primary_ worker, which will be exposed over HTTP as usual at `http://localhost:8787`. The remaining config files will be treated as _secondary_ and will only be accessible via a service binding from the primary worker.
132132

133133
:::caution
134134

0 commit comments

Comments
 (0)