Skip to content

Commit 11b6343

Browse files
committed
Update worker-loader binding config format.
1 parent 655d1e5 commit 11b6343

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/content/docs/workers/runtime-apis/bindings/worker-loader.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,8 @@ To add a dynamic worker loader binding to your worker, add it to your Wrangler c
8686
<WranglerConfig>
8787

8888
```toml
89-
[[unsafe.bindings]]
90-
name = "LOADER"
91-
type = "worker-loader"
89+
[[worker_loaders]]
90+
binding = "LOADER"
9291
```
9392

9493
</WranglerConfig>

0 commit comments

Comments
 (0)