Skip to content

Commit

Permalink
Update src/content/docs/queues/get-started.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
  • Loading branch information
maheshwarip and hyperlint-ai[bot] authored Sep 19, 2024
1 parent a54bad0 commit 8eaaa83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/queues/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Queue names must be 1 to 63 characters long. Queue names cannot contain special

You cannot change your queue name after you have set it. After you create your queue, you will set up your producer Worker to access it.

## 3. Set up your producer worker
## 3. Set up your producer Worker

To expose your queue to the code inside your Worker, you need to connect your queue to your Worker by creating a binding. [Bindings](/workers/runtime-apis/bindings/) allow your Worker to access resources, such as Queues, on the Cloudflare developer platform.

Expand Down

0 comments on commit 8eaaa83

Please sign in to comment.