From 0adae1cdf2c7856a8c1dd5bf0ed7e932ed472b7e Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@DESKTOP-2S09UKA>
Date: Sat, 24 Aug 2019 23:14:30 -0700
Subject: [PATCH] corrected invocation instructions

---
 examples/src/OpenDis7Examples/PduReaderPlayerLog.txt | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/examples/src/OpenDis7Examples/PduReaderPlayerLog.txt b/examples/src/OpenDis7Examples/PduReaderPlayerLog.txt
index 66a039cc48..7c6a4361a8 100644
--- a/examples/src/OpenDis7Examples/PduReaderPlayerLog.txt
+++ b/examples/src/OpenDis7Examples/PduReaderPlayerLog.txt
@@ -1,10 +1,9 @@
 Invocation instructions:
 
 0. check for existence of recorded files in directory, e.g. examples/pduLog/Pdusave.dislog
-1. run or debug PduReaderPlayer.java
-2. send PDUs from another program such as AllPduSender.java (used here)
-3. also running AllPduReceiver can confirm that DIS replay actually occurs.
-4. Type p/enter to pause, r/enter to resume, q/enter to quit
+1. first running AllPduReceiver can confirm that DIS replay actually occurs.
+2. run or debug PduReaderPlayer.java
+3. Type p/enter to pause, r/enter to resume, q/enter to quit
 
 Program response:
 
-- 
GitLab