From 72a40ba003e1ee51cdec4565929d908722eadac8 Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@nps.edu>
Date: Sat, 11 Sep 2021 12:06:55 -0700
Subject: [PATCH] show off images

---
 examples/src/TcpExamples/README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/examples/src/TcpExamples/README.md b/examples/src/TcpExamples/README.md
index c0264b2c58..3acf559168 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") |
-- 
GitLab