From dff47a80f9997764fcf4a81a1b272958e564c484 Mon Sep 17 00:00:00 2001 From: narawat Date: Mon, 25 May 2026 06:46:19 +0700 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb3e9a7..6c138f1 100644 --- a/README.md +++ b/README.md @@ -555,7 +555,7 @@ const [envelope, envelopeJsonStr] = await msghandlerCSR.smartpack("/data/analysi ]); ``` -### Example 7: Request-Response Pattern +### Example 7: Publish-Subscribe Pattern (Julia) Bi-directional communication with reply-to support.