diff options
author | streetturtle <streetturtle@users.noreply.github.com> | 2020-07-22 22:28:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-22 22:28:06 -0400 |
commit | 88d951635a157db1d3da2073490574c2674a2ea3 (patch) | |
tree | 7a2b90a9dd2546629b5ceea4ccdfcfc6916a94f9 /volumearc-widget/README.md | |
parent | 1406ae2f7d1214234812ef45b63cc3ddc147933f (diff) | |
parent | 02869d2708ba7653eb5adf76bb4eac49e8907ef1 (diff) |
Merge pull request #174 from focusaurus/patch-1
Fix doc need to call volumearc_widget() as function
Diffstat (limited to 'volumearc-widget/README.md')
-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(), ... ``` |