From d51760809cc67fce37279d480ab7b042b9cd749b Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@nps.edu>
Date: Wed, 17 May 2023 10:41:07 -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 78951850a8..6c0d3c5ca0 100644
--- a/assignments/src/MV3500Cohort2023MarchJune/homework3/README.md
+++ b/assignments/src/MV3500Cohort2023MarchJune/homework3/README.md
@@ -2,8 +2,9 @@
 
 ### Assignment
 
-* Adapt the functionality for [OpenDIS ExampleSimulationProgram](../../../../examples/src/OpenDis7Examples/ExampleSimulationProgram.java), modifying provided code
-* Result streams are recorded/saved/replayed using [PduRecorder](https://savage.nps.edu/opendis7-java/javadoc/edu/nps/moves/dis7/utilities/stream/PduRecorder.html), [Wireshark](https://www.wireshark.org) or [X3D-Edit](https://savage.nps.edu/X3D-Edit).
+1. Adapt the functionality for [OpenDIS ExampleSimulationProgram](../../../../examples/src/OpenDis7Examples/ExampleSimulationProgram.java), modifying provided code
+2. Result streams are recorded/saved/replayed using [PduRecorder](https://savage.nps.edu/opendis7-java/javadoc/edu/nps/moves/dis7/utilities/stream/PduRecorder.html), [Wireshark](https://www.wireshark.org) or [X3D-Edit](https://savage.nps.edu/X3D-Edit).
+3. Observe good-practice conventions in the [../../README.md](assignments README) and [../README.md](course README) instructions.
 
 This assignment  presents a Problem Prototyping opportunity.
 While some minimal functionality is expected, the general outline of
-- 
GitLab