Browse Source

changes to source file

pchai7 5 years ago
parent
commit
43da22f079
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

@@ -3,7 +3,7 @@
3 3
 
4 4
 ## Part 1
5 5
 * **Note** - The `Person` class is a representation of a respective `Person` object.
6
-* **Objective** - to implement the following classes:
6
+* **Objective** - to implement the following classes:-
7 7
 	* `PersonFactory` - generates `Person` objects.
8 8
 	* `PersonWarehouse` - stores, retrieves, and filters `Person` objects.
9 9
 	* `StreamFilter` - demonstrates filtering and converting between collection-types