Git-Leon пре 6 година
родитељ
комит
1137a0e1e7
No account linked to committer's email
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2
    2
      README.md

+ 2
- 2
README.md Прегледај датотеку

@@ -6,6 +6,6 @@
6 6
     * To demonstrate practical understanding of `while`, `for`, and `for each` loops.
7 7
 
8 8
 * **Getting started:**
9
-    * The `PersonHandler` class has 3 [method stubs](https://en.wikipedia.org/wiki/Method_stub) to be completed.
9
+    * The [PersonHandler](https://github.com/Zipcoder/CR-MesoLabs-Loops-PersonDetails/blob/master/src/main/java/com/zipcodewilmington/PersonHandler.java) class has 3 [method stubs](https://en.wikipedia.org/wiki/Method_stub) to be completed.
10 10
         * The methods contain line-by-line comments to guide you through the process.
11
-    * Ensure all tests cases pass successfully.
11
+    * Ensure all tests cases pass successfully.