Fix typo in code example in README

This commit is contained in:
Joseph Method 2015-12-04 02:32:04 -05:00
parent a302a528a8
commit 1c9b2fa77b
1 changed files with 1 additions and 1 deletions

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