Skip to content

Commit

Permalink
table: README with examples (rather than just pointing to the demo)
Browse files Browse the repository at this point in the history
  • Loading branch information
jedib0t committed May 12, 2018
1 parent ffc1673 commit d8456c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion table/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,9 @@ Or if you want to use a full-color mode, and don't care for boxes, use:
t.SetStyle(table.StyleColoredBright)
t.Render()
```
to get:<br/><img src="images/table-StyleColoredBright.png" width="480px"/>
to get:

<img src="images/table-StyleColoredBright.png" width="480px"/>

### Roll your own Style

Expand Down

0 comments on commit d8456c8

Please sign in to comment.