소스 검색

updated readme

Nhu Nguyen 6 년 전
부모
커밋
9ec1f8fee7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      README.MD

+ 1
- 0
README.MD 파일 보기

@@ -30,3 +30,4 @@ Make all the tests in the `StringUtilitiesTest` class pass. All the methods have
30 30
   - `String getLastWord(String value)`
31 31
 
32 32
 ## Section 3 - Bonus
33
+This section is optional, but highly encourage you to complete. Make all the tests in the `BonusTest` class pass. All the methods have been stubbed out for you in the `Bonus` class. Each of the method has a comment above it to describe the expected behavior. Look at the test case to see example of input and expected output.