Skip to content

Commit 1ec3fb5

Browse files
committed
update Render componenet params
1 parent 7db30e4 commit 1ec3fb5

File tree

1 file changed

+3
-5
lines changed
  • src/content/docs/queues/tutorials/handle-rate-limits

1 file changed

+3
-5
lines changed

src/content/docs/queues/tutorials/handle-rate-limits/index.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,9 @@ To get started, create a Worker application using the [`create-cloudflare` CLI](
4848
file="c3-post-run-steps"
4949
product="workers"
5050
params={{
51-
one: "Hello World example",
52-
two: "Hello World Worker",
53-
three: "TypeScript",
54-
four: "Yes",
55-
five: "No",
51+
category: "Hello World example",
52+
type: "Hello World Worker",
53+
lang: "TypeScript",
5654
}}
5755
/>
5856

0 commit comments

Comments
 (0)