From 7f95b7099bb1a4b2056c3c5f4e6db1d12a7ed344 Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@nps.edu>
Date: Sat, 11 Sep 2021 12:00:54 -0700
Subject: [PATCH] header captions

---
 examples/src/TcpExamples/README.md | 5 +++--
 examples/src/UdpExamples/README.md | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/examples/src/TcpExamples/README.md b/examples/src/TcpExamples/README.md
index 35eb9c83bc..c0264b2c58 100644
--- a/examples/src/TcpExamples/README.md
+++ b/examples/src/TcpExamples/README.md
@@ -1,4 +1,5 @@
 ## TCP Examples Source Code
-|    |                                             |                                           |
-|----|:--------------------------------------------|:------------------------------------------|
+
+| Telnet example                               |  Telnet connection counting                  |
+|----------------------------------------------|:------------------------------------------|
 |  ![Telnet example](TcpExample1ScreenshotNetcat.png "Telnet example") |![Telnet connection counting](TcpExample2ConnectionCountingScreenshot.png "Telnet connection counting") |
diff --git a/examples/src/UdpExamples/README.md b/examples/src/UdpExamples/README.md
index b1834afbc0..a24fe3b1b5 100644
--- a/examples/src/UdpExamples/README.md
+++ b/examples/src/UdpExamples/README.md
@@ -1,4 +1,5 @@
 ## UDP Examples Source Code
-|    |                                             |                                           |
-|----|:--------------------------------------------|:------------------------------------------|
+
+|  Unicast UDP Sender packets in Wireshark     | Multicast UDP Sender packets inWireshark  |
+|----------------------------------------------|:------------------------------------------|
 |  ![Unicast UDP Sender Wireshark](UnicastUdpSenderWireshark.png "Unicast UDP Sender Wireshark") |![Multicast UDP Sender Wireshark](MulticastUdpSenderWireshark.png "Multicast UDP Sender Wireshark") |
-- 
GitLab