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