From: Luke Bonham <copycat-killer@users.noreply.github.com>
Date: Tue, 12 Nov 2013 09:38:47 +0000 (-0800)
Subject: Updated task (markdown)
X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/724142977074eae2aeca552e02209a9bae6f0177

Updated task (markdown)
---

diff --git a/task.md b/task.md
index 8c68ac0..b4bc7f0 100644
--- a/task.md
+++ b/task.md
@@ -20,7 +20,7 @@ Notification will show the output of `task` command.
 
 You can call the notification with a key binding like this:
 
-    awful.key({ modkey, altkey }, "t", lain.widgets.task.show),
+    awful.key({ modkey, altkey }, "t", lain.widgets.contrib.task.show),
 
 where ``altkey = "Mod1"``.