From a6512be1080085d4e0183af3bfd336be0ff8c891 Mon Sep 17 00:00:00 2001 From: Alberto Ricart Date: Thu, 5 Sep 2019 14:37:20 -0500 Subject: [PATCH] updated sample to show correct use of the node-sub example --- developer/tutorials/queues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer/tutorials/queues.md b/developer/tutorials/queues.md index b46eac4..215ed21 100644 --- a/developer/tutorials/queues.md +++ b/developer/tutorials/queues.md @@ -32,7 +32,7 @@ go run nats-qsub/main.go foo my-queue ```sh npm install nats cd nats.js/examples -node node-sub foo my-queue +node node-sub --queue=my-queue foo ``` ### 5. Install and run the Ruby client subscriber with queue group name