X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/eaf20781fb76ea536f0d8e5bf84efb0bf949b263..9f5b502185dc900f56b109752ea0cb352a7fcb71:/borderbox.md?ds=inline

diff --git a/borderbox.md b/borderbox.md
index e4d7afb..a56026a 100644
--- a/borderbox.md
+++ b/borderbox.md
@@ -15,7 +15,7 @@ Variable | Meaning | Type | Default
 `color` | Color of the additional box | string | `#FFFFFF`
 `size` | Size in pixels of the additional box | int | 1
 
-Possible values for `.position`: `above`, `below`, `left` and `right`.
+Possible values for `.position`: `top`, `bottom`, `left` and `right`.
 
 ### Example usage
 
@@ -40,10 +40,10 @@ adds a borderbox on top of them:
         ...
 
 	    -- Most likely, you'll want to do this as well:
-	    awful.screen.padding(screen[s], { bottom = 1 })
+	    awful.screen.padding(screen[s], "bottom")
 
 	    -- Create the box and place it above the existing box.
-	    lain.widgets.borderbox(mywibox[s], s, { position = "above" } )
+	    lain.widgets.borderbox(mywibox[s], s )
 
         ...
 	end
\ No newline at end of file