Skip to content

Commit

Permalink
Correct table example
Browse files Browse the repository at this point in the history
  • Loading branch information
gizak committed Jan 14, 2017
1 parent 40027c1 commit e03bfff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -131,6 +131,7 @@ Click image to see the corresponding demo codes.
[<img src="./_example/barchart.png" alt="barchart" type="image/png" width="45%">](https://github.com/gizak/termui/blob/master/_example/barchart.go)
[<img src="./_example/mbarchart.png" alt="barchart" type="image/png" width="45%">](https://github.com/gizak/termui/blob/master/_example/mbarchart.go)
[<img src="./_example/sparklines.png" alt="sparklines" type="image/png" width="45%">](https://github.com/gizak/termui/blob/master/_example/sparklines.go)
[<img src="./_example/table.png" alt="table" type="image/png" width="45%">](https://github.com/gizak/termui/blob/master/_example/table.go)

## GoDoc

Expand Down
2 changes: 1 addition & 1 deletion _example/table.go
Expand Up @@ -36,7 +36,7 @@ func main() {
table.FgColor = termui.ColorWhite
table.BgColor = termui.ColorDefault
table.TextAlign = termui.AlignCenter
table.Seperator = false
table.Separator = false
table.Analysis()
table.SetSize()
table.BgColors[2] = termui.ColorRed
Expand Down

0 comments on commit e03bfff

Please sign in to comment.