diff options
author | streetturtle <streetturtle@users.noreply.github.com> | 2019-09-25 21:37:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-25 21:37:34 -0400 |
commit | b387425da3f380d35c5936b7f899c4361cfd31a3 (patch) | |
tree | 979602850282ece2d8611a56866f56f56118e93f | |
parent | d014b9a259898f7c2f8dcdcd1ccf4cd7b9b13432 (diff) | |
parent | 0e2914b5b680f2e6becbd69d198b9f6882f99ee4 (diff) |
Merge pull request #98 from blackm0re/doc-fix
Use the correct parameter in the installation example for batteryarc-…
-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', }), } ... |