소스 검색

updated readme

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

+ 2
- 0
README.md 파일 보기

@@ -5,4 +5,6 @@
5 5
 
6 6
 
7 7
 ## Instructions
8
+* Research `FileWriter` to ensure you know [how to](https://www.journaldev.com/20891/java-filewriter-example) `read`, `write`, and `flush` data.
9
+* It is advised that you begin by implementing `read` and `write` for the `Document`.
8 10
 * Ensure each of the test classes passes with 100% pass rate.