Skip to content

Commit

Permalink
fix partial params
Browse files Browse the repository at this point in the history
  • Loading branch information
ranbel committed Sep 30, 2024
1 parent 50067f6 commit d7f1025
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ This approach allows you to:
npm create cloudflare@latest -- device-posture-worker
```

<Render file="c3-post-run-steps" product="workers" params={{ one: "Hello World example", two: "Hello World Worker", three: "JavaScript" }} />
<Render file="c3-post-run-steps" product="workers" params={{ category: "Hello World example", type: "Hello World Worker", lang: "JavaScript" }} />

2. Change to the project directory:

Expand Down

0 comments on commit d7f1025

Please sign in to comment.