diff --git a/examples/src/TcpExamples/README.md b/examples/src/TcpExamples/README.md
index 35eb9c83bc6d3d0751030647893ace1b888be240..c0264b2c587a8adbb639d183228d2623401c982c 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 b1834afbc0ae9e9b74c3f4c689cefcdd131bbb64..a24fe3b1b5a62711bf9d3de109917ec1849608c1 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") |