From 724e76f4cbdbd63713aea1b92b8334f5cc4f4fef Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@nps.edu>
Date: Sat, 11 Sep 2021 12:08:13 -0700
Subject: [PATCH] show off images

---
 examples/src/TcpExamples/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/src/TcpExamples/README.md b/examples/src/TcpExamples/README.md
index 3acf559168..08cd587b5e 100644
--- a/examples/src/TcpExamples/README.md
+++ b/examples/src/TcpExamples/README.md
@@ -2,4 +2,4 @@
 
 | 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") |
+|  ![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