diff --git a/src/pages/tutorials/nodejs/request-reply.md b/src/pages/tutorials/nodejs/request-reply.md index 031ea23..e4f11f5 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.