From e3df53d7fa82d1d60335c53b66b43d9be90a8881 Mon Sep 17 00:00:00 2001 From: Patrick Othmer Date: Mon, 5 Aug 2024 09:19:19 +0000 Subject: [PATCH] Correct README.md formatting (#1692) Correct README.md formatting --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 64307b202..75e19fd7a 100644 --- a/README.md +++ b/README.md @@ -381,6 +381,8 @@ msg, err := nc.RequestWithContext(ctx, "foo", []byte("bar")) sub, err := nc.SubscribeSync("foo") msg, err := sub.NextMsgWithContext(ctx) +``` + ## Backwards compatibility In the development of nats.go, we are committed to maintaining backward compatibility and ensuring a stable and reliable experience for all users. In general, we follow the standard go compatibility guidelines.