diff --git a/examples/src/TcpExamples/README.md b/examples/src/TcpExamples/README.md
index b1834afbc0ae9e9b74c3f4c689cefcdd131bbb64..35eb9c83bc6d3d0751030647893ace1b888be240 100644
--- a/examples/src/TcpExamples/README.md
+++ b/examples/src/TcpExamples/README.md
@@ -1,4 +1,4 @@
-## UDP Examples Source Code
+## TCP Examples Source Code
 |    |                                             |                                           |
 |----|:--------------------------------------------|:------------------------------------------|
-|  ![Unicast UDP Sender Wireshark](UnicastUdpSenderWireshark.png "Unicast UDP Sender Wireshark") |![Multicast UDP Sender Wireshark](MulticastUdpSenderWireshark.png "Multicast UDP Sender Wireshark") |
+|  ![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 35eb9c83bc6d3d0751030647893ace1b888be240..b1834afbc0ae9e9b74c3f4c689cefcdd131bbb64 100644
--- a/examples/src/UdpExamples/README.md
+++ b/examples/src/UdpExamples/README.md
@@ -1,4 +1,4 @@
-## TCP Examples Source Code
+## UDP Examples Source Code
 |    |                                             |                                           |
 |----|:--------------------------------------------|:------------------------------------------|
-|  ![Telnet example](TcpExample1ScreenshotNetcat.png "Telnet example") |![Telnet connection counting](TcpExample2ConnectionCountingScreenshot.png "Telnet connection counting") |
+|  ![Unicast UDP Sender Wireshark](UnicastUdpSenderWireshark.png "Unicast UDP Sender Wireshark") |![Multicast UDP Sender Wireshark](MulticastUdpSenderWireshark.png "Multicast UDP Sender Wireshark") |