diff --git a/assignments/src/MV3500Cohort2024JulySeptember/homework2/README.md b/assignments/src/MV3500Cohort2024JulySeptember/homework2/README.md
index 1de5901082acfabc26cf4ecd81969a4bb74908d3..a119eb2ed8a15fa7741d68ed83e86b98838f50d4 100644
--- a/assignments/src/MV3500Cohort2024JulySeptember/homework2/README.md
+++ b/assignments/src/MV3500Cohort2024JulySeptember/homework2/README.md
@@ -1,4 +1,4 @@
-## Homework 2: UDP Multicast Client/Server Networking
+## Homework 2: TCP Client/Server Networking
 
 Deliverables:
 
@@ -21,4 +21,8 @@ Approach:
 4. Create a simple illustration of the communications exchange in a [UML Sequence Diagram](https://en.wikipedia.org/wiki/Sequence_diagram).
 
 Please see the [README.md](../../../README.md) in the parent
-[assignments](../../../../assignments) directory for detailed instructions.
\ No newline at end of file
+[assignments](../../../../assignments) directory for detailed instructions.
+
+Of special note, produce good Javadoc results through proper documentation of 
+source code and includion of a package-info.java summary.  NetBeans makes it
+pretty easy to do so.
\ No newline at end of file