From 59366e883c0de7ea3dd83f1313f5177260fa3043 Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@nps.edu>
Date: Sun, 23 Apr 2023 23:24:28 -0700
Subject: [PATCH] table layout

---
 examples/src/OpenDis7Examples/README.md | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/examples/src/OpenDis7Examples/README.md b/examples/src/OpenDis7Examples/README.md
index df6a1eb57a..f224dea7f1 100644
--- a/examples/src/OpenDis7Examples/README.md
+++ b/examples/src/OpenDis7Examples/README.md
@@ -6,11 +6,14 @@ These examples illustrate use of latest OpenDis7 library for IEEE Distributed In
 
 All examples tested, running and documented satisfactorily.
 
-This package presents course examples using the [Open-DIS-Java](https://github.com/open-dis/opendis7-java) library, with online [Javadoc](https://savage.nps.edu/opendis7-java/javadoc) showing complete coverage of 72 PDUs and 22,000+ enumerations).
+This package presents course examples using the [Open-DIS-Java](https://github.com/open-dis/opendis7-java) library, with online [Javadoc](https://savage.nps.edu/opendis7-java/javadoc) showing complete coverage of 72 DIS PDUs and 22,000+ enumerations.
 
 See the [specifications](../../../specifications) directory to for guidance on obtaining reference copies of DIS and RPRFOM standards.
 
-|  AllPduSender packets in Wireshark   |EspduSender packets in Wireshark  | Example Simulation Program packets in Wireshark | PduReaderPlayer in Wireshark |
-|--------------------------------------|----------------------------------|--------------------------------------|----------------------------------|
-|  ![AllPduSender Wireshark](AllPduSenderWireshark.png "AllPduSender Wireshark") | ![EspduSenderSender Wireshark](EspduSenderWireshark.png "Multicast UDP Sender Wireshark") | ![Example Simulation Program packets in Wireshark](ExampleSimulationProgramWireshark.png "Example Simulation Program packets in Wireshark") | ![PduReaderPlayer in Wireshark](PduReaderPlayerWireshark.png "PduReaderPlayer in Wireshark") |
+|  AllPduSender packets in Wireshark   |EspduSender packets in Wireshark  |
+|--------------------------------------|----------------------------------|
+|  ![AllPduSender Wireshark](AllPduSenderWireshark.png "AllPduSender Wireshark") | ![EspduSenderSender Wireshark](EspduSenderWireshark.png "Multicast UDP Sender Wireshark") |
 
+| Example Simulation Program packets in Wireshark | PduReaderPlayer in Wireshark |
+|-------------------------------------------------|------------------------------|
+| ![Example Simulation Program packets in Wireshark](ExampleSimulationProgramWireshark.png "Example Simulation Program packets in Wireshark") | ![PduReaderPlayer in Wireshark](PduReaderPlayerWireshark.png "PduReaderPlayer in Wireshark") |
\ No newline at end of file
-- 
GitLab