From 78e32feb71583c1c89b0f63bbb8349519c271d01 Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Fri, 14 Jun 2019 12:12:35 -0500 Subject: [PATCH] Update queues.md --- developer/tutorials/queues.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/developer/tutorials/queues.md b/developer/tutorials/queues.md index 670720e..b46eac4 100644 --- a/developer/tutorials/queues.md +++ b/developer/tutorials/queues.md @@ -16,8 +16,8 @@ nats-server ```sh go get github.com/nats-io/nats.go -git clone https://github.com/nats-io/node-nats.git -git clone https://github.com/nats-io/ruby-nats.git +git clone https://github.com/nats-io/nats.js.git +git clone https://github.com/nats-io/nats.rb.git ``` ### 3. Run the Go client subscriber with queue group name @@ -31,7 +31,7 @@ go run nats-qsub/main.go foo my-queue ```sh npm install nats -cd node-nats/examples +cd nats.js/examples node node-sub foo my-queue ```