From f4aae0997a6d914c88fa757d068a4e213eb12dc8 Mon Sep 17 00:00:00 2001
From: Luke Bonham <copycat-killer@users.noreply.github.com>
Date: Tue, 24 Dec 2013 03:28:49 -0800
Subject: [PATCH] Updated brightness (markdown)

---
 brightness.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/brightness.md b/brightness.md
index 5a3a9db..4cd4f8e 100644
--- a/brightness.md
+++ b/brightness.md
@@ -2,7 +2,7 @@
 
 Shows the current level of screen brightness in a textbox.
 
-	mybrightness = lain.widgets.contrib.brightness()
+	brightnesswidget = lain.widgets.contrib.brightness()
 
 ### input table
 
@@ -27,7 +27,7 @@ Variable | Meaning | Type
 
 You can control the widget with key bindings like these:
 
-    -- Volume control
+    -- Brightness control
     awful.key({}, "XF86MonBrightnessUp",
     function ()
         awful.util.spawn("xbacklight -inc 1")
-- 
2.39.5