jtith5 6 år sedan
förälder
incheckning
3b820bfa16
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2
    2
      README.md

+ 2
- 2
README.md Visa fil

@@ -1,4 +1,4 @@
1
-# Read and Write Document
1
+# Read and Write Document.
2 2
 * **Objective** - To implement a `Document` object which uses a composite `File` and `FileWriter` to `read` and `write` to a 
3 3
 * **Purpose** -  To demonstrate use of exception handling
4 4
 
@@ -7,4 +7,4 @@
7 7
 ## Instructions
8 8
 * Research `FileWriter` to ensure you know [how to](https://www.journaldev.com/20891/java-filewriter-example) `read`, `write`, and `flush` data.
9 9
 * It is advised that you begin by implementing `read` and `write` for the `Document`.
10
-* Ensure each of the test classes passes with 100% pass rate.
10
+* Ensure each of the test classes passes with 100% pass rate.