Skip to content

Commit 301feca

Browse files
authored
Update README.md
1 parent 793ac0f commit 301feca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Implemantation of Composite Pattern in C#
33

44
# To Do
5-
-Add a type propety. Enum: Chapter and Item. Price property represents subtotal for chapter.
6-
-Create a method to flatten tree.
7-
-Create a method to filter tree. Use a backing property which will contain all children and a readonly property that will contain the filltered result/items.
8-
-Write Unit Test.
5+
- Add a type propety. Enum: Chapter and Item. Price property represents subtotal for chapter.
6+
- Create a method to flatten tree.
7+
- Create a method to filter tree. Use a backing property which will contain all children and a readonly property that will contain the filltered result/items.
8+
- Write Unit Test.

0 commit comments

Comments
 (0)