From a1da8ef37e51c9968cbb02f9ba2f8c5b0f1a3eaa Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@nps.edu>
Date: Tue, 24 Jul 2018 17:22:07 -0700
Subject: [PATCH] improve clarity

---
 deliverables/README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/deliverables/README.md b/deliverables/README.md
index 9c887afc4d..453a5926ef 100644
--- a/deliverables/README.md
+++ b/deliverables/README.md
@@ -31,11 +31,11 @@ All MV3500 cohorts have source code collected under a common Netbeans project.
 
 1. You can look at prior cohort submissions, for example [MV3500Cohort2018JanuaryMarch](src/MV3500Cohort2018JanuaryMarch)
 2. Find your current cohort subdirectories, for example  [MV3500Cohort2018JulySeptember](src/MV3500Cohort2018JulySeptember)
-3. Locate the correct subdirectory, for example **homework1** **homework2** etc.
-4. Name each of your files starting with your last name, e.g. **BrutzmanProgram.java** **BrutzmanScreenshot.png** etc.
+3. Locate the correct subdirectory (for example **homework1**) to put your files.
+4. Name all of your files starting with your last name, e.g. **BrutzmanProgram.java** **BrutzmanScreenshot.png** etc.
 5. Be sure that names match for **BrutzmanProgram.java** and the class name, i.e. **public class BrutzmanJava**
 6. Be sure to start each .java source file with correct package name, i.e.
-  * import MV3500Cohort2018JulySeptember.homework
+   1. import MV3500Cohort2018JulySeptember.homework;
 7. The Run and Debug context menus should be available for you to test your .java source.
 
 ## References
-- 
GitLab