Skip to content

Commit

Permalink
docs(readme): scale up tree images a little more
Browse files Browse the repository at this point in the history
  • Loading branch information
meowgorithm committed Aug 22, 2024
1 parent 4a47e67 commit fc6550d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ fmt.Println(t)
```

<p align="center">
<img width="445" alt="Tree Example (simple)" src="https://github.com/user-attachments/assets/dc97a490-9550-4deb-a075-6987007b3307">
<img width="663" alt="Tree Example (simple)" src="https://github.com/user-attachments/assets/5ef14eb8-a5d4-4f94-8834-e15d1e714f89">
</p>

Trees can be customized via their enumeration function as well as using
Expand Down Expand Up @@ -648,7 +648,7 @@ t := tree.
Print the tree.

<p align="center">
<img width="502" alt="Tree Example (makeup)" src="https://github.com/user-attachments/assets/68681258-d771-408f-8101-b50e97329130">
<img width="663" alt="Tree Example (makeup)" src="https://github.com/user-attachments/assets/06d12d87-744a-4c89-bd98-45de9094a97e">
</p>

The predefined enumerators for trees are `DefaultEnumerator` and `RoundedEnumerator`.
Expand Down

0 comments on commit fc6550d

Please sign in to comment.