From 724142977074eae2aeca552e02209a9bae6f0177 Mon Sep 17 00:00:00 2001
From: Luke Bonham <copycat-killer@users.noreply.github.com>
Date: Tue, 12 Nov 2013 01:38:47 -0800
Subject: [PATCH] Updated task (markdown)

---
 task.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"``.
 
-- 
2.39.5