diff --git a/doc.go b/doc.go index b80e464..af24578 100644 --- a/doc.go +++ b/doc.go @@ -19,7 +19,7 @@ A simplest example: g := ui.NewGauge() g.Percent = 50 g.Width = 50 - g.Border.Label = "Gauge" + g.BorderLabel = "Gauge" ui.Render(g) }