Skip to content

Commit

Permalink
docs(edge-worker): Update queue name example in configuration documen…
Browse files Browse the repository at this point in the history
…tation

Change example queue name from hyphenated to underscore format for consistency
  • Loading branch information
jumski committed Jan 22, 2025
1 parent 4a30606 commit 2a295e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ with configured name during startup if it does not exist.

```ts
EdgeWorker.start(handler, {
queueName: 'my-custom-queue'
queueName: 'my_custom_queue'
});
```

Expand Down

0 comments on commit 2a295e7

Please sign in to comment.