summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChris Simmons <csimmons@adgorithmics.com>2020-05-24 02:01:31 +0900
committerChris Simmons <csimmons@adgorithmics.com>2020-05-24 02:01:31 +0900
commitc9afb4078e4ea9dcb42020478ac4704151283e08 (patch)
tree494eec5080e87879709654bc5b4143d6fd47dd09 /README.md
parent9ce008ab291238ababf37778aa0f23d784469aa9 (diff)
Add missing parentheses to battery_widget
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 86e5cf6..c9c0bce 100644
--- a/README.md
+++ b/README.md
@@ -87,7 +87,7 @@ and then add widget to the wibox (you can search for **mytextclock** and add wid
s.mytasklist, -- Middle widget
{ -- Right widgets
...
- battery_widget,
+ battery_widget(),
mytextclock
...
}