summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@users.noreply.github.com>2020-05-24 14:13:36 -0400
committerGitHub <noreply@github.com>2020-05-24 14:13:36 -0400
commit6018416588071e2817f59ea6fde5c15fbbfd2c8f (patch)
tree494eec5080e87879709654bc5b4143d6fd47dd09
parent9ce008ab291238ababf37778aa0f23d784469aa9 (diff)
parentc9afb4078e4ea9dcb42020478ac4704151283e08 (diff)
Merge pull request #147 from cgsimmons/fix_readme
Add missing parentheses to battery_widget in README
-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
...
}