diff options
author | streetturtle <streetturtle@users.noreply.github.com> | 2020-02-14 08:21:27 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-14 08:21:27 -0500 |
commit | a9a588e7f3ef58e23a06f523c059996ac8aedd9a (patch) | |
tree | cd93d976f96d34f945296aa62481b3eba9b09d4d /batteryarc-widget | |
parent | 326d11e95b1d29783aa971d165ed0ac476e367ff (diff) | |
parent | 8babd501f5919d6def52726481199c91da337487 (diff) |
Merge pull request #114 from blackm0re/doc-fix
Update batteryarc-widget/README.md so it matches the arc_thickness variable name fix
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 ba65db7..300842f 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, - arc_thickness = '1', + arc_thickness = 1, }), } ... |