diff --git a/assignments/README.md b/assignments/README.md
index f743cc31c953d336b43963406f4afbc2bbf5c693..ea7416bf6a0d8a1c10a1fee1f9ffa1f68262b488 100644
--- a/assignments/README.md
+++ b/assignments/README.md
@@ -39,7 +39,7 @@ All MV3500 cohorts have source code collected under a common Netbeans project.
    * package MV3500Cohort2022MayJune.homework1;
    * package MV3500Cohort2022MayJune.homework2; etc.
 7. Add a copy of **package-info.java** file to your directory. If you use NetBeans to copy, then it helpfully performs a rename refactoring and the file's package name is correct.
-8. Check the javadoc by going to [build.xml](build.xml) and running target **javadoc.custom*
+8. Check the javadoc by going to [build.xml](build.xml) and running target **javadoc.custom**
 9. Be sure to Commit (with description) and Push Upstream, as discussed above.
 
 After committing and pushing, you can now verify that your files are been shared by checking the website:
diff --git a/assignments/src/MV3500Cohort2023MarchJune/homework3/Chojnacki/package-info.java b/assignments/src/MV3500Cohort2023MarchJune/homework3/Chojnacki/package-info.java
new file mode 100644
index 0000000000000000000000000000000000000000..55c5c5ecedd73578c39142d1a9eb3ad3cece9c2e
--- /dev/null
+++ b/assignments/src/MV3500Cohort2023MarchJune/homework3/Chojnacki/package-info.java
@@ -0,0 +1,10 @@
+/**
+ * Assignment 3 - Example Simulation Program for MV3500.
+ * 
+ * @see <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/tree/master/assignments">networkedGraphicsMV3500 assignments</a>
+ * @see java.lang.Package
+ * @see <a href="https://stackoverflow.com/questions/22095487/why-is-package-info-java-useful">StackOverflow: why-is-package-info-java-useful</a>
+ * @see <a href="https://stackoverflow.com/questions/624422/how-do-i-document-packages-in-java">StackOverflow: how-do-i-document-packages-in-java</a>
+ */
+
+package MV3500Cohort2023MarchJune.homework3.Chojnacki;