diff --git a/README.md b/README.md index 4f3d4a41..d5f3d9a8 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,7 @@ Click image to see the corresponding demo codes. [barchart](https://github.com/gizak/termui/blob/master/_example/barchart.go) [barchart](https://github.com/gizak/termui/blob/master/_example/mbarchart.go) [sparklines](https://github.com/gizak/termui/blob/master/_example/sparklines.go) +[table](https://github.com/gizak/termui/blob/master/_example/table.go) ## GoDoc diff --git a/_example/table.go b/_example/table.go index 7c864935..5bcae002 100644 --- a/_example/table.go +++ b/_example/table.go @@ -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