From b780cd6649e772b2a2822b54ef812a0e1508bfa0 Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@nps.edu>
Date: Sun, 23 Apr 2023 22:59:58 -0700
Subject: [PATCH] reorganize table layout

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

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