Przeglądaj źródła

Update README.md

Git-Leon 7 lat temu
rodzic
commit
501a2a7f9c
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3
    3
      README.md

+ 3
- 3
README.md Wyświetl plik

@@ -1,9 +1,9 @@
1 1
 -
2
-#ZCW-MicroLabs-Streams-And-Lambdas:<br>The Person Factory
2
+# ZCW-MicroLabs-Streams-And-Lambdas:<br>The Person Factory
3 3
 * **Purpose** - to demonstrate stream usage.
4 4
 
5 5
 -
6
-#Part 1
6
+# Part 1
7 7
 * **Note** - The `Person` class is a representation of a respective `Person` object.
8 8
 * **Objective** - to implement the following classes:
9 9
 	* `PersonFactory` - generates `Person` objects.
@@ -12,7 +12,7 @@
12 12
 	* `StreamMap` - demonstrates mapping and flatmapping
13 13
 
14 14
 -
15
-#Part 2
15
+# Part 2
16 16
 * **Objective** - to implement the following classes:
17 17
 	* `ArrayConverter` - demonstrates the conversion from `SomeType[]` to
18 18
 		* list representation: `List<SomeType>`