Skip to content

Commit

Permalink
docs(README): make tree example match output
Browse files Browse the repository at this point in the history
  • Loading branch information
bashbunni committed Aug 20, 2024
1 parent 185fde3 commit bc0de5c
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 @@ -634,8 +634,8 @@ t := tree.
).
Enumerator(tree.RoundedEnumerator).
EnumeratorStyle(enumeratorStyle).
ItemStyle(itemStyle)

ItemStyle(itemStyle).
RootStyle(lipgloss.NewStyle().Foreground(lipgloss.Color("#04B575")))
```

Print the tree.
Expand Down

0 comments on commit bc0de5c

Please sign in to comment.