From f8e36b1484177247e4cd0d18a0ec8ec227af71f9 Mon Sep 17 00:00:00 2001
From: Rich Adam <richard.adam@geant.org>
Date: Tue, 2 Aug 2022 08:58:55 +0100
Subject: [PATCH] Update README.md

---
 README.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 8cf502e..42f1cd5 100644
--- a/README.md
+++ b/README.md
@@ -11,13 +11,16 @@ The first packet will be displayed with it's index number for example:
 `S: 18939904`
 
 Each packet received thereafter will be represented by one of the following characters:
-
+```
  ! : Packet with the correct next index sequence.
  < : Packet index is less than the previous index.
  > : Packet index is greater than the previous index.
+```
 
 When the size of the packet changes this will be represented by "PS[new size]".
 
+Reporting of the average number of packets per second will be in the form "[Xpps]" every 5 seconds.
+
 Should the index ever be less than zero the end of stream will be reported with `EOS` followed by the last index.
 
 Example:
-- 
GitLab