Git-Leon 7 anni fa
parent
commit
addc19d498
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2
    2
      README.md

+ 2
- 2
README.md Vedi File

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