summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@users.noreply.github.com>2020-02-14 08:21:27 -0500
committerGitHub <noreply@github.com>2020-02-14 08:21:27 -0500
commita9a588e7f3ef58e23a06f523c059996ac8aedd9a (patch)
treecd93d976f96d34f945296aa62481b3eba9b09d4d
parent326d11e95b1d29783aa971d165ed0ac476e367ff (diff)
parent8babd501f5919d6def52726481199c91da337487 (diff)
Merge pull request #114 from blackm0re/doc-fix
Update batteryarc-widget/README.md so it matches the arc_thickness variable name fix
-rw-r--r--batteryarc-widget/README.md2
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,
}),
}
...