From 952e906ae76b95b09c4608aaa492af846280159a Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@nps.edu>
Date: Wed, 17 May 2023 10:58:13 -0700
Subject: [PATCH] improved student assignment guidance

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

diff --git a/assignments/src/MV3500Cohort2023MarchJune/homework3/README.md b/assignments/src/MV3500Cohort2023MarchJune/homework3/README.md
index 6e434d11d3..744587ef89 100644
--- a/assignments/src/MV3500Cohort2023MarchJune/homework3/README.md
+++ b/assignments/src/MV3500Cohort2023MarchJune/homework3/README.md
@@ -4,8 +4,9 @@
 
 1. Adapt the functionality for [OpenDIS ExampleSimulationProgram](../../../../examples/src/OpenDis7Examples/ExampleSimulationProgram.java), modifying provided code
 2. Experiment with the enumeration values that set up each entity and PDU.  What works for you?  What makes sense for your future work?
-3. Record, save and replay your result stream using [PduRecorder](https://savage.nps.edu/opendis7-java/javadoc/edu/nps/moves/dis7/utilities/stream/PduRecorder.html) or [Wireshark](https://www.wireshark.org).  Coming soon, we will also (again have) [X3D-Edit](https://savage.nps.edu/X3D-Edit).
-4. Observe good-practice conventions in the [assignments README](../../../README.md) and [current-course README](../README.md) instructions.
+3. Adapt or replace the UML diagrams to describe what you have going on.
+4. Record, save and replay your result stream using [PduRecorder](https://savage.nps.edu/opendis7-java/javadoc/edu/nps/moves/dis7/utilities/stream/PduRecorder.html) or [Wireshark](https://www.wireshark.org).  Coming soon, we will also (again have) [X3D-Edit](https://savage.nps.edu/X3D-Edit).
+5. Observe good-practice conventions in the [assignments README](../../../README.md) and [current-course README](../README.md) instructions.
 
 This assignment  presents a Problem Prototyping opportunity.
 While some minimal functionality is expected, the general outline of
-- 
GitLab