diff --git a/assignments/src/MV3500Cohort2023MarchJune/homework3/README.md b/assignments/src/MV3500Cohort2023MarchJune/homework3/README.md
index e2cd2e8575d6543ee0f8ec68c7831239720e7cad..2c18d00a7e00a6ce947b33f1a589cde7c1b0695d 100644
--- a/assignments/src/MV3500Cohort2023MarchJune/homework3/README.md
+++ b/assignments/src/MV3500Cohort2023MarchJune/homework3/README.md
@@ -1,9 +1,9 @@
-## Homework 3: Example Simulation Recording OpenDIS Network Streams
+## Homework 3: Example Simulation Recording using OpenDIS Network Streams
 
 ### Assignment
 
 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).
+2. 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).
 3. Observe good-practice conventions in the [assignments README](../../README.md) and [current-course README](../README.md) instructions.
 
 This assignment  presents a Problem Prototyping opportunity.