Git-Leon před 6 roky
rodič
revize
1137a0e1e7
No account linked to committer's email
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2
    2
      README.md

+ 2
- 2
README.md Zobrazit soubor

@@ -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.