Skip to content

Commit d684240

Browse files
Update src/content/docs/cloudflare-for-platforms/workers-for-platforms/get-started/dynamic-dispatch.mdx
Co-authored-by: Brendan Irvine-Broque <[email protected]>
1 parent 36c4ed2 commit d684240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/cloudflare-for-platforms/workers-for-platforms/get-started/dynamic-dispatch.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A [dynamic dispatch Worker](/cloudflare-for-platforms/workers-for-platforms/refe
1515

1616
#### Why use a dynamic dispatch Worker?
1717

18-
* **Scale**: Perfect for routing thousands or millions of hostnames to different Workers, without needing to rely on [Workers Routes](/workers/configuration/routing/routes/)
18+
* **Scale**: Allows you to route requests to millions of hostnames to different Workers, without defining [Workers Routes](/workers/configuration/routing/routes/) configuration for each one
1919
* **Custom routing logic**: Write code to determine exactly how requests should be routed. For example:
2020
* Store hostname-to-Worker mappings in [Workers KV](/kv/) and look them up dynamically
2121
* Route requests based on subdomain, path, headers, or other request properties

0 commit comments

Comments
 (0)