瀏覽代碼

updated readme

Leon 6 年之前
父節點
當前提交
6ac1589593
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      README.md

+ 1
- 1
README.md 查看文件

@@ -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"_)