Skip to content

Commit

Permalink
Correct README.md formatting (#1692)
Browse files Browse the repository at this point in the history
Correct README.md formatting
  • Loading branch information
patrick-othmer authored Aug 5, 2024
1 parent 5e0a59b commit e3df53d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e3df53d

Please sign in to comment.