Merge pull request #69 from tristil/patch-1

Fix typo in code example in README
This commit is contained in:
Zack Guo
2015-12-04 13:15:02 -05:00

View File

@@ -48,7 +48,7 @@ Each widget has an underlying block structure which basically is a box model. It
g.Width = 50
g.Height = 3
g.Y = 11
g.Border.Label = "Gauge"
g.BorderLabel = "Gauge"
g.BarColor = ui.ColorRed
g.BorderFg = ui.ColorWhite
g.BorderLabelFg = ui.ColorCyan