From 2129749cbec0c84f57a3b51a4f3b2ca6be6a954f Mon Sep 17 00:00:00 2001 From: rbalboa1983 <111115580+rbalboa1983@users.noreply.github.com> Date: Wed, 1 Feb 2023 23:57:51 +0100 Subject: [PATCH] Update request-reply.md --- src/pages/tutorials/nodejs/request-reply.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/tutorials/nodejs/request-reply.md b/src/pages/tutorials/nodejs/request-reply.md index cae8583..edd2861 100644 --- a/src/pages/tutorials/nodejs/request-reply.md +++ b/src/pages/tutorials/nodejs/request-reply.md @@ -192,7 +192,7 @@ The publisher application publishes one message and exits, the subscriber applic First run `BasicReplier.js` in Node.js, giving it following arguments: ``` -node _BasicReplier.js +node BasicReplier.js @ ``` The following is the output of the tutorial’s _BasicReplier.js_ application after it successfully connected to the Solace message router and subscribed to the request topic. @@ -259,4 +259,4 @@ Binary Attachment: len=17 [14:52:16] Replied. ``` -With that you now know how to successfully implement the request-reply message exchange pattern using Direct messages. \ No newline at end of file +With that you now know how to successfully implement the request-reply message exchange pattern using Direct messages.