From cb7cffbdfe2ffe5dfc692a6d06a89f780f6dbd35 Mon Sep 17 00:00:00 2001 From: mjfwebb Date: Sat, 8 Jul 2023 09:49:03 +0200 Subject: [PATCH] docs: correct casing of count in heartbeat payload description --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 7a742e4b..0ab74233 100644 --- a/README.MD +++ b/README.MD @@ -149,7 +149,7 @@ Close codes provide a reason for the closure of a connection to help clients und | Key | Type | Description | | :---- | :----: | :-----------------------------: | -| Count | uint64 | The amount of heartbeats so far | +| count | uint64 | The amount of heartbeats so far | #### Ack (5)