Skip to content

Commit b9f2816

Browse files
authored
README.md: fix nested colored table text/image (#387)
1 parent 39375b4 commit b9f2816

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@ Pretty-print tables with colors, auto-merge, sorting, paging, and multiple outpu
4646
+-----+------------+-----------+--------+-----------------------------+
4747
```
4848

49-
**Try it**: `go run github.com/jedib0t/go-pretty/v6/cmd/demo-table@latest colors`
49+
Try the nested colored tables demo:
50+
```bash
51+
go run github.com/jedib0t/go-pretty/v6/cmd/demo-table@latest colors
52+
```
5053

5154
<img src="cmd/demo-table/demo-colors.png" alt="Tables with Colors within a Table in a Terminal" width="640px"/>
5255

cmd/demo-table/demo-colors.png

256 KB
Loading

0 commit comments

Comments
 (0)