summaryrefslogtreecommitdiff
path: root/volumearc-widget/README.md
diff options
context:
space:
mode:
authorPeter Lyons <pete@peterlyons.com>2020-07-17 00:57:00 -0400
committerGitHub <noreply@github.com>2020-07-17 00:57:00 -0400
commit02869d2708ba7653eb5adf76bb4eac49e8907ef1 (patch)
treeaacec5c0ce4667a14e85c32634333d38708ac322 /volumearc-widget/README.md
parent14af203e28392e9d13a20ad9a57558140a89938f (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/README.md')
-rw-r--r--volumearc-widget/README.md2
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(),
...
```