summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@users.noreply.github.com>2020-07-22 22:28:06 -0400
committerGitHub <noreply@github.com>2020-07-22 22:28:06 -0400
commit88d951635a157db1d3da2073490574c2674a2ea3 (patch)
tree7a2b90a9dd2546629b5ceea4ccdfcfc6916a94f9
parent1406ae2f7d1214234812ef45b63cc3ddc147933f (diff)
parent02869d2708ba7653eb5adf76bb4eac49e8907ef1 (diff)
Merge pull request #174 from focusaurus/patch-1
Fix doc need to call volumearc_widget() as function
-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(),
...
```