소스 검색

updated readme

Leon 6 년 전
부모
커밋
85f0a5cc2b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      README.md

+ 1
- 0
README.md 파일 보기

@@ -19,6 +19,7 @@
19 19
 * **Instructions**
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_exercises`
22
+    * There are comments above each method stub to describe the expected behavior.
22 23
     * Upon completion, open and run the `TestSuite` class to ensure that all tests have 100% success.
23 24
         * `TestSuite` is located in `src.test.java.com.zipcodewilmington.danny_do_better_exercises`
24 25