X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/346db7c907c29bbe01c238c70ef5e2a16060c44c..dd10cac1306530f46f0e8506156e1ef21b456fae:/brightness.md

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")