Skip to content

Commit

Permalink
docs(README): update tree images
Browse files Browse the repository at this point in the history
  • Loading branch information
bashbunni committed Aug 20, 2024
1 parent cf0a7c6 commit 185fde3
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 @@ -613,7 +613,7 @@ fmt.Println(t)
```

<p align="center">
<img width="400" alt="Tree Example (simple)" src="https://github.com/user-attachments/assets/17d1c307-266c-4d25-b116-436037af2dca">
<img width="400" alt="Tree Example (simple)" src="https://stuff.charm.sh/lipgloss/tree/simple.png">
</p>

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

<p align="center">
<img width="600" alt="Tree Example (makeup)" src="https://stuff.charm.sh/lipgloss/tree/tree-makeup.png">
<img width="600" alt="Tree Example (makeup)" src="https://stuff.charm.sh/lipgloss/tree/makeup.png">
</p>

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

0 comments on commit 185fde3

Please sign in to comment.