From 4f5402652ab7896eef7eda6f4cd1bcab0fe62495 Mon Sep 17 00:00:00 2001
From: Luke Bonham <dadasignificanulla@gmail.com>
Date: Tue, 10 Sep 2013 13:01:39 -0700
Subject: [PATCH 1/1] Updated Widgets (markdown)

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

diff --git a/Widgets.md b/Widgets.md
index a798c67..c0a7dd6 100644
--- a/Widgets.md
+++ b/Widgets.md
@@ -13,7 +13,7 @@ Here follows a simple example, see the sections for all the details:
     mycpu = lain.widgets.cpu({
         timeout = 4,
         settings = function()
-            widgets:set_markup("Cpu " .. usage)
+            widget:set_markup("Cpu " .. usage)
         end
     })
 
-- 
2.39.5