Skip to content

Commit e3df53d

Browse files
Correct README.md formatting (#1692)
Correct README.md formatting
1 parent 5e0a59b commit e3df53d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,8 @@ msg, err := nc.RequestWithContext(ctx, "foo", []byte("bar"))
381381
sub, err := nc.SubscribeSync("foo")
382382
msg, err := sub.NextMsgWithContext(ctx)
383383

384+
```
385+
384386
## Backwards compatibility
385387

386388
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.

0 commit comments

Comments
 (0)