diff --git a/pkgs/pgflow.dev/src/content/docs/edge-worker/configuration.mdx b/pkgs/pgflow.dev/src/content/docs/edge-worker/configuration.mdx index 0f62dd3..832ddb2 100644 --- a/pkgs/pgflow.dev/src/content/docs/edge-worker/configuration.mdx +++ b/pkgs/pgflow.dev/src/content/docs/edge-worker/configuration.mdx @@ -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' }); ```