From 649a363308b2fc66501281592e989d1b3b33d456 Mon Sep 17 00:00:00 2001 From: watts Date: Tue, 8 Apr 2025 15:38:22 +0200 Subject: [PATCH] Update ZMQ Message Reference --- ZMQ-Message-Reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ZMQ-Message-Reference.md b/ZMQ-Message-Reference.md index 515dbef..7210d13 100644 --- a/ZMQ-Message-Reference.md +++ b/ZMQ-Message-Reference.md @@ -2,7 +2,7 @@ This page lists the JSON strings that can be sent to the ZMQ REQ/REP port in ord `[HEADER, {"key1":"value1","key2":"value2","key3":"value3"}]` -Request messages are typically responded to by a simple \["status", "ok"\] response on the REQ/REP port and the publication of further data on the PUB/SUB port. +Request messages are typically responded to by a simple `["status", "ok"]` response on the REQ/REP port and the publication of further data on the PUB/SUB port. ## 'initialize'