Skip to content

Commit 18cf65d

Browse files
authored
Merge pull request #10 from kayjan/v0.3.3
modify readme
2 parents 001e43f + 36c7bd4 commit 18cf65d

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ For Tree implementation, there are 8 main components.
4646
3. Get difference between two trees
4747
7. **Exporting Tree**
4848
1. Print to console
49-
2. Export to *pandas DataFrame*, *dictionary*, or *nested dictionary*
50-
3. Export tree to dot (can save to .dot, .png, .jpeg files)
49+
2. Export to *dictionary*, *nested dictionary*, or *pandas DataFrame*
50+
3. Export tree to dot (can save to .dot, .png, .svg, .jpeg files)
5151
8. **Workflows**
5252
1. Sample workflows for tree demonstration!
5353

@@ -62,7 +62,8 @@ For Directed Acyclic Graph (DAG) implementation, there are 4 main components.
6262
3. **Traversing DAG**
6363
1. Generic traversal method
6464
4. **Exporting DAG**
65-
1. Export DAG to dot (can save to .dot, .png, .jpeg files)
65+
1. Export to *list*, *dictionary*, or *pandas DataFrame*
66+
2. Export DAG to dot (can save to .dot, .png, .svg, .jpeg files)
6667

6768
## Installation
6869

0 commit comments

Comments
 (0)