X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/0f36234af05bace823e452c077029e858f9c9d5b..be14ec3ff72d205d6e65380087e9a057be2b6151:/mem.md?ds=sidebyside

diff --git a/mem.md b/mem.md
index 80e6a88..84b7ad2 100644
--- a/mem.md
+++ b/mem.md
@@ -4,16 +4,14 @@ Shows memory status (in MiB) in a textbox.
 
 	mymem = lain.widgets.mem()
 
-
-The function takes a table as an optional argument. That table may
-contain:
+### input table
 
 Variable | Meaning | Type | Default
 --- | --- | --- | ---
 `timeout` | Refresh timeout seconds | int | 3
 `settings` | User settings | function | empty function
 
-`settings` can use the strings `used` (memory used MB) and `swapused` (swap used MB).
+`settings` can use the strings `mem_now.used` (memory used MB) and `mem_now.swapused` (swap used MB).
 
 ### output