aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-07-30 20:33:54 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-07-30 20:33:54 +0200
commit052748a2cb671b5b9e85c4e4aefb76a58e88a520 (patch)
treec756c313dd86c3d46f83bc321119036b8fbe229e /README
parent9c973a5a7481a8b644f0d81d07730879013747cd (diff)
downloadvicious-legacy-052748a2cb671b5b9e85c4e4aefb76a58e88a520.tar.xz
Fix the key reference to custom keys in the README
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 8ccece2..1a33232 100644
--- a/README
+++ b/README
@@ -29,7 +29,7 @@ type - one of the available widget types (see below for a list)
format - a string argument or a function
- string: $1, $2, $3... will be replaced by their respective value
returned from the widget type, some widget types return
- tables with keys, in that case use: ${key}
+ tables with custom keys, in that case use: ${key}
- function: function(widget, args) can be used to manipulate
data returned by the widget type, more below
interval - number of seconds between updates of the widget