浏览代码

Update README.md

Git-Leon 7 年前
父节点
当前提交
addc19d498
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      README.md

+ 2
- 2
README.md 查看文件

@@ -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>`