diff --git a/examples/src/TcpExamples/README.md b/examples/src/TcpExamples/README.md
index c0264b2c587a8adbb639d183228d2623401c982c..3acf559168612b2d1c56eafe11a4fecf9e505570 100644
--- a/examples/src/TcpExamples/README.md
+++ b/examples/src/TcpExamples/README.md
@@ -1,5 +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") |
+| Telnet example       |  Telnet connection counting   | Client-server socket communications | Client-Server Timing Sequence Diagram |
+|----------------------|-------------------------------|-------------------------------------|---------------------------------------|
+|  ![Telnet example](TcpExample1ScreenshotNetcat.png "Telnet example") | ![Telnet connection counting](TcpExample2ConnectionCountingScreenshot.png "Telnet connection counting") | ![Client-server socket communications (TcpExample3ServerClientScreenshot.png "Client-server socket communications") |![Client-Server Timing Sequence Diagram (TcpExample4SequenceDiagram.png "Client-Server Timing Sequence Diagram") |