Updated Widgets (markdown)

This commit is contained in:
Luke Bonham 2013-09-11 10:54:18 -07:00
parent c3710289e8
commit 5dcb340bc3
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ To markup the textbox, call `widget:set_markup(...)` within `settings`.
You can feed `set_markup` with predefined arguments, see the sections for all the details.
`widget` is a textbox, so you can also threat it like any other `wibox.widget.textbox`.
`widget` is a textbox, so you can threat it like any other `wibox.widget.textbox`.
Here follows an example: