diff options
author | Peter Lyons <pete@peterlyons.com> | 2020-07-17 00:57:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-17 00:57:00 -0400 |
commit | 02869d2708ba7653eb5adf76bb4eac49e8907ef1 (patch) | |
tree | aacec5c0ce4667a14e85c32634333d38708ac322 /volumearc-widget | |
parent | 14af203e28392e9d13a20ad9a57558140a89938f (diff) |
Fix doc need to call volumearc_widget() as function
Otherwise I got an error trying to use this widget
Diffstat (limited to 'volumearc-widget')
-rw-r--r-- | volumearc-widget/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/volumearc-widget/README.md b/volumearc-widget/README.md index 8f13bbf..ce5c95a 100644 --- a/volumearc-widget/README.md +++ b/volumearc-widget/README.md @@ -63,6 +63,6 @@ s.mytasklist, -- Middle widget { -- Right widgets layout = wibox.layout.fixed.horizontal, ... - volumearc_widget, + volumearc_widget(), ... ``` |