diff options
author | Simeon Simeonov <sgs@pichove.org> | 2019-09-25 09:59:12 +0200 |
---|---|---|
committer | Simeon Simeonov <sgs@pichove.org> | 2019-09-25 09:59:12 +0200 |
commit | 0e2914b5b680f2e6becbd69d198b9f6882f99ee4 (patch) | |
tree | 979602850282ece2d8611a56866f56f56118e93f /batteryarc-widget | |
parent | d014b9a259898f7c2f8dcdcd1ccf4cd7b9b13432 (diff) |
Use the correct parameter in the installation example for batteryarc-widget
Diffstat (limited to 'batteryarc-widget')
-rw-r--r-- | batteryarc-widget/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/batteryarc-widget/README.md b/batteryarc-widget/README.md index 026180e..31da25f 100644 --- a/batteryarc-widget/README.md +++ b/batteryarc-widget/README.md @@ -49,7 +49,7 @@ s.mytasklist, -- Middle widget --[[or customized]] batteryarc_widget({ show_current_level = true, - thickness = '1', + arc_thickness = '1', }), } ... |