Skip to content

Commit

Permalink
README: use a different image to showcase table (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
jedib0t committed Feb 3, 2023
1 parent 4ea0370 commit 5d02e14
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ Pretty-print tables in a terminal with colors, nested tables and more.
+-----+------------+-----------+--------+-----------------------------+
```

<img src="table/images/table-StyleColoredBright.png" alt="Table with Colors in a Terminal"/>
Execute `go run github.com/jedib0t/go-pretty/v6/cmd/demo-table@latest colors` to get:

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

More details can be found here: [table/](table)

Expand Down

0 comments on commit 5d02e14

Please sign in to comment.