Explorar el Código

updated readme

Leon hace 6 años
padre
commit
6ac1589593
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      README.md

+ 1
- 1
README.md Ver fichero

@@ -20,7 +20,7 @@
20 20
     * Complete each of the method stubs in the `main` classes provided.
21 21
         * `main` classes are located in `src.main.java.com.zipcodewilmington.danny_do_better_exercixses`
22 22
     * Upon completion, open and run the `TestSuite` class to ensure that all tests have 100% success.
23
-        * `TestSuite` `src.test.java.com.zipcodewilmington.danny_do_better_exercixses`
23
+        * `TestSuite` is located in `src.test.java.com.zipcodewilmington.danny_do_better_exercixses`
24 24
 
25 25
 ## Predicate Utilities
26 26
 * A _predicate_ is a clause which states something about a subject. (_e.g., **is assigning**_ in _"Leon **is assigning** homework"_)